Skip to content

Commit

Permalink
Merge pull request #14 from ndw/master
Browse files Browse the repository at this point in the history
Restore master branch after publishing website
  • Loading branch information
ndw authored Jul 15, 2020
2 parents 97e8107 + 348d2c2 commit aa8a3bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/publish-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ rm /tmp/website.$$.tar.gz
git add .
git commit -m "Deploy gh-pages for ${CIRCLE_PROJECT_USERNAME}: ${SHA}"
git push -q origin HEAD

# Go back to the master branch
git checkout master

0 comments on commit aa8a3bd

Please sign in to comment.