From c99761555c014e4d041438d5d7e53a6cbaee4492 Mon Sep 17 00:00:00 2001 From: Hans Ott Date: Mon, 8 May 2017 22:14:14 +0200 Subject: [PATCH] docs: Fix bash command in tutorials/github-pages-blog --- docs/content/tutorials/github-pages-blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorials/github-pages-blog.md b/docs/content/tutorials/github-pages-blog.md index 4a46100dd..013642ded 100644 --- a/docs/content/tutorials/github-pages-blog.md +++ b/docs/content/tutorials/github-pages-blog.md @@ -76,7 +76,7 @@ Now check out the gh-pages branch into your _public_ folder, using git's [worktr Regenerate the site using Hugo and commit the generated files on the gh-pages branch: hugo - cd public && git add --all && git commit -m "Publishing to gh-pages" & cd .. + cd public && git add --all && git commit -m "Publishing to gh-pages" && cd .. If the changes in your local gh-pages branch look alright, push them to the remote repo: