Skip to content

Commit

Permalink
ci: run build
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed May 16, 2020
1 parent 2e49130 commit fec98b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ script:
- npm t
deploy:
provider: script
skip_cleanup: true
script: scripts/deploy.sh
on:
branch: master
1 change: 1 addition & 0 deletions scripts/deploy.sh
@@ -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
Expand Down

0 comments on commit fec98b0

Please sign in to comment.