shithub: hugo

Download patch

ref: 7198ea8a1e575644886c4fe027a41b43cfc1ea5b
parent: a7765bb3c117efa93866556d2b5b129dae7768bf
author: Bjørn Erik Pedersen <[email protected]>
date: Mon Jun 26 17:05:21 EDT 2017

Revert "Remove docs building from CI builds"

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

This reverts commit 214dbdfb6f016d21415bc1ed511a37a084238878.

--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,8 @@
   - 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
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,3 +13,5 @@
 
 build_script:
   - make hugo-race check
+  - hugo -s docs/
+  - hugo --renderToMemory -s docs/