mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Remove docs building from CI builds
We could probably get it working, but we have plenty of site tests now.
This commit is contained in:
parent
729be8074b
commit
214dbdfb6f
2 changed files with 0 additions and 4 deletions
|
@ -15,8 +15,6 @@ 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,5 +13,3 @@ 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