ref: e9b47da0814f388ba8ebbedf297dc060cb1bbef3
parent: 3e9fc47ad2f224230989f417cd6d3b78d0fc1769
author: Franklin Wise <[email protected]>
date: Sun Aug 10 05:09:12 EDT 2014
hugo builds no site if there are only drafts if you run: hugo and all of your posts are drafts, no site gets build.
--- a/docs/content/tutorials/github_pages_blog.md
+++ b/docs/content/tutorials/github_pages_blog.md
@@ -162,7 +162,7 @@
echo -e "\033[0;32mDeploying updates to Github...\033[0m"
- # Build the project.
+ # Build the project. (If you only have drafts, no site will be generated)
hugo
# Add changes to git.