Skip to content

Commit

Permalink
updat master
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Aug 29, 2020
1 parent d8072dc commit 35aa7be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/update_github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ git add --all && git commit -m "Updated website" && git push

## Deploy the website to gh-pages
cp -r docs ../docs
git checkout --orphan -b gh-pages
git checkout --orphan gh-pages
rm -f -r *
cp -r ../docs/. .
git add --all
git commit -m "deploy site"
git push -f origin gh-pages:gh-pages
git checkout master
git branch -D gh-pages

0 comments on commit 35aa7be

Please sign in to comment.