Skip to content

Commit

Permalink
Deploy from the top level dist dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjones committed Aug 13, 2019
1 parent 8e9393a commit 3704c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# 1. delete the current gh_pages branch
# 2. push the current docs/dist directory to gh_pages

git push origin :gh-pages && git subtree push --prefix docs/dist origin gh-pages
git push origin :gh-pages && git subtree push --prefix dist origin gh-pages

0 comments on commit 3704c53

Please sign in to comment.