mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
ci: run build
This commit is contained in:
parent
2e49130c27
commit
fec98b0b1f
@ -5,6 +5,7 @@ script:
|
||||
- npm t
|
||||
deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
script: scripts/deploy.sh
|
||||
on:
|
||||
branch: master
|
@ -1,6 +1,7 @@
|
||||
git config --global user.name "${GH_NAME}"
|
||||
git config --global user.email "${GH_EMAIL}"
|
||||
echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
|
||||
npm run prepare
|
||||
cp -rf ./build/ ./static/css/pure/
|
||||
cd site
|
||||
npm install
|
||||
|
Loading…
Reference in New Issue
Block a user