diff options
author | Bjørn Erik Pedersen <[email protected]> | 2023-05-17 22:14:15 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-05-17 22:14:15 +0200 |
commit | 35955f50e6c82b33f3321fa3cbf8f03bdd0cc4a5 (patch) | |
tree | d0f60d4c01f9fae521953bbea7153e6b5743137f /.github/workflows | |
parent | 8a69ccbb00e7978c6c5d57e353ce178c2b732b07 (diff) | |
download | hugo-35955f50e6c82b33f3321fa3cbf8f03bdd0cc4a5.tar.gz hugo-35955f50e6c82b33f3321fa3cbf8f03bdd0cc4a5.zip |
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.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a8d02487..26156ec94 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -91,13 +91,4 @@ jobs: mage -v check; env: 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/ + |