mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Revert "Remove docs building from CI builds"
Now /docs is a Git subtree, so now this should just work.
This reverts commit 214dbdfb6f
.
This commit is contained in:
parent
a7765bb3c1
commit
7198ea8a1e
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,8 @@ install:
|
||||||
- make vendor
|
- make vendor
|
||||||
script:
|
script:
|
||||||
- make hugo-race check
|
- make hugo-race check
|
||||||
|
- ./hugo -s docs/
|
||||||
|
- ./hugo --renderToMemory -s docs/
|
||||||
before_install:
|
before_install:
|
||||||
# gem install must be run with sudo on OSX
|
# gem install must be run with sudo on OSX
|
||||||
- sudo gem install asciidoctor | gem install asciidoctor
|
- sudo gem install asciidoctor | gem install asciidoctor
|
||||||
|
|
|
@ -13,3 +13,5 @@ install:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- make hugo-race check
|
- make hugo-race check
|
||||||
|
- hugo -s docs/
|
||||||
|
- hugo --renderToMemory -s docs/
|
||||||
|
|
Loading…
Reference in a new issue