mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
github: Trim the test flow a little
We now have much improved end to end tests, so cut the building of the docs site to save some time of the PR builds.
This commit is contained in:
parent
8a69ccbb00
commit
35955f50e6
1 changed files with 1 additions and 10 deletions
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
|
@ -91,13 +91,4 @@ jobs:
|
||||||
mage -v check;
|
mage -v check;
|
||||||
env:
|
env:
|
||||||
HUGO_BUILD_TAGS: extended
|
HUGO_BUILD_TAGS: extended
|
||||||
- name: Build Docs
|
|
||||||
env:
|
|
||||||
HUGO_BUILD_TAGS: extended
|
|
||||||
HUGO_TIMEOUT: 31000
|
|
||||||
HUGO_IGNOREERRORS: error-remote-getjson
|
|
||||||
HUGO_SERVICES_INSTAGRAM_ACCESSTOKEN: dummytoken
|
|
||||||
run: |
|
|
||||||
mage -v hugo
|
|
||||||
./hugo -s docs/
|
|
||||||
./hugo --renderToMemory -s docs/
|
|
||||||
|
|
Loading…
Reference in a new issue