hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 7198ea8a1e575644886c4fe027a41b43cfc1ea5b
parent a7765bb3c117efa93866556d2b5b129dae7768bf
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Mon, 26 Jun 2017 21:05:21 +0200

Revert "Remove docs building from CI builds"

Now /docs is a Git subtree, so now this should just work.

This reverts commit 214dbdfb6f016d21415bc1ed511a37a084238878.

Diffstat:
M.travis.yml | 2++
Mappveyor.yml | 2++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -15,6 +15,8 @@ install:
   - make vendor
 script:
   - make hugo-race check
+  - ./hugo -s docs/
+  - ./hugo --renderToMemory -s docs/
 before_install:
   # gem install must be run with sudo on OSX
   - sudo gem install asciidoctor | gem install asciidoctor
diff --git a/appveyor.yml b/appveyor.yml
@@ -13,3 +13,5 @@ install:
 
 build_script:
   - make hugo-race check
+  - hugo -s docs/
+  - hugo --renderToMemory -s docs/