projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b080dc
)
docs: Fix bash command in tutorials/github-pages-blog
author
Hans Ott
<hansott@hotmail.be>
Mon, 8 May 2017 20:14:14 +0000
(22:14 +0200)
committer
Albert Nigmatzianov
<albertnigma@gmail.com>
Mon, 8 May 2017 20:14:14 +0000
(22:14 +0200)
docs/content/tutorials/github-pages-blog.md
patch
|
blob
|
history
diff --git
a/docs/content/tutorials/github-pages-blog.md
b/docs/content/tutorials/github-pages-blog.md
index 4a46100dda81aff3297f9ed9ecbbabf541d171aa..013642dedf104dcd1c5d95b0166d1c0d2a7e25ec 100644
(file)
--- 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: