From e9b47da0814f388ba8ebbedf297dc060cb1bbef3 Mon Sep 17 00:00:00 2001 From: Franklin Wise Date: Sun, 10 Aug 2014 09:09:12 -0700 Subject: [PATCH] hugo builds no site if there are only drafts if you run: hugo and all of your posts are drafts, no site gets build. --- 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 f01d3c214..59042d3f5 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.