From dd3d570d8c5f81dd669d34e39bf4b75013cd6e9a Mon Sep 17 00:00:00 2001 From: Jim Bugwadia Date: Sun, 12 May 2019 15:21:43 -0700 Subject: [PATCH] remove extra instruction in publish script --- gh-pages/publish-to-gh-pages.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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!" -`