From 35955f50e6c82b33f3321fa3cbf8f03bdd0cc4a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 17 May 2023 22:14:15 +0200 Subject: 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. --- .github/workflows/test.yml | 11 +---------- 1 file changed, 1 insertion(+), 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/ + -- cgit v1.2.3