mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02: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:
@@ -15,8 +15,6 @@ 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
|
||||
|
@@ -13,5 +13,3 @@ install:
|
||||
|
||||
build_script:
|
||||
- make hugo-race check
|
||||
- hugo -s docs/
|
||||
- hugo --renderToMemory -s docs/
|
||||
|
Reference in New Issue
Block a user