Skip to content

Commit 214dbdf

Browse files
committed
Remove docs building from CI builds
We could probably get it working, but we have plenty of site tests now.
1 parent 729be80 commit 214dbdf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

‎.travis.yml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ install:
1515
- make vendor
1616
script:
1717
- make hugo-race check
18-
- ./hugo -s docs/
19-
- ./hugo --renderToMemory -s docs/
2018
before_install:
2119
# gem install must be run with sudo on OSX
2220
- sudo gem install asciidoctor | gem install asciidoctor

‎appveyor.yml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ install:
1313

1414
build_script:
1515
- make hugo-race check
16-
- hugo -s docs/
17-
- hugo --renderToMemory -s docs/

0 commit comments

Comments
 (0)