Skip to content

Commit

Permalink
Fix workflow (only_4xx)
Browse files Browse the repository at this point in the history
  • Loading branch information
midoriao committed Nov 25, 2021
1 parent c41f6f4 commit 3036557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker://klakegg/html-proofer:3.19.2
with:
entrypoint: /usr/local/bundle/bin/htmlproofer
args: public --check-html --empty-alt-ignore --url-ignore "/doi.org/"
args: public --check-html --empty-alt-ignore --only-4xx
- uses: actions/upload-artifact@v2
with:
name: contents
Expand Down

0 comments on commit 3036557

Please sign in to comment.