diff options
Diffstat (limited to '.github')
-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/ + |