summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-05-17 22:14:15 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-05-17 22:14:15 +0200
commit35955f50e6c82b33f3321fa3cbf8f03bdd0cc4a5 (patch)
treed0f60d4c01f9fae521953bbea7153e6b5743137f
parent8a69ccbb00e7978c6c5d57e353ce178c2b732b07 (diff)
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.
-rw-r--r--.github/workflows/test.yml11
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/
+