Skip to content

Commit

Permalink
github: Trim the test flow a little
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bep committed May 17, 2023
1 parent 8a69ccb commit 35955f5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 35955f5

Please sign in to comment.