From: Bjørn Erik Pedersen Date: Wed, 17 May 2023 20:14:15 +0000 (+0200) Subject: github: Trim the test flow a little X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=35955f50e6c82b33f3321fa3cbf8f03bdd0cc4a5;p=brevno-suite%2Fhugo 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. --- 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/ +