Skip to content

Commit

Permalink
update deploy-gh-pages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mbylstra committed Jun 12, 2017
1 parent c20d24d commit c3c4b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git commit -m 'build'
git checkout gh-pages
git merge master
cp -r website/. .
git add -u .
git add .
git commit -m 'build'
git push
git push origin gh-pages
git checkout master

0 comments on commit c3c4b9a

Please sign in to comment.