Skip to content

Commit

Permalink
#4017 - fix Html-Proofer
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jul 18, 2024
1 parent a7a6e01 commit 083204b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
uses: chabad360/htmlproofer@master
with:
directory: ./artifacts/docs/preview
arguments: --ignore-urls /api/,/docs/ --allow-hash-href --assume-extension --disable-external --no-check_external_hash
arguments: --ignore-urls /api/,/docs/ --allow-hash-href --allow-missing-href --assume-extension --disable-external --no-check_external_hash
-
name: '[Reviewdog Reporter]'
id: reporter
Expand Down

0 comments on commit 083204b

Please sign in to comment.