diff --git a/gh-pages/publish-to-gh-pages.sh b/gh-pages/publish-to-gh-pages.sh index 9c41653ae8..98da6b8513 100644 --- a/gh-pages/publish-to-gh-pages.sh +++ b/gh-pages/publish-to-gh-pages.sh @@ -25,5 +25,7 @@ hugo echo "Updating gh-pages branch" cd public && git add --all && git commit -m "Publishing to gh-pages (publish.sh)" +cd .. + +echo "done!" -`