From: Franklin Wise Date: Sun, 10 Aug 2014 16:09:12 +0000 (-0700) Subject: hugo builds no site if there are only drafts X-Git-Tag: v0.12~63 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e9b47da0814f388ba8ebbedf297dc060cb1bbef3;p=brevno-suite%2Fhugo hugo builds no site if there are only drafts if you run: hugo and all of your posts are drafts, no site gets build. --- diff --git a/docs/content/tutorials/github_pages_blog.md b/docs/content/tutorials/github_pages_blog.md index f01d3c21..59042d3f 100644 --- a/docs/content/tutorials/github_pages_blog.md +++ b/docs/content/tutorials/github_pages_blog.md @@ -162,7 +162,7 @@ The first two items in the previous list are simply a way to conveniently previe 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.