Skip to content

Commit

Permalink
fix(cd): website auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Nov 6, 2018
1 parent 4b9d0b7 commit 8235f2b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
skip_cleanup: true
after_deploy:
- yarn deploy
- git clone --depth 1 "https://${GH_TOKEN}:@github.com/${SITE_REPO}" "$SITE_DIR" 2> /dev/null || (cd "$SITE_DIR" ; git pull; cd ../)
- ls -l
- yarn deploy:site
env:
Expand Down
2 changes: 1 addition & 1 deletion demo/assets/js/demo.min.js

Large diffs are not rendered by default.

Binary file modified demo/assets/js/demo.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/assets/js/form-builder.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified demo/assets/js/form-builder.min.js.gz
Binary file not shown.
Loading

0 comments on commit 8235f2b

Please sign in to comment.