Skip to content

Commit 083204b

Browse files
committed
GitTools#4017 - fix Html-Proofer
1 parent a7a6e01 commit 083204b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
uses: chabad360/htmlproofer@master
111111
with:
112112
directory: ./artifacts/docs/preview
113-
arguments: --ignore-urls /api/,/docs/ --allow-hash-href --assume-extension --disable-external --no-check_external_hash
113+
arguments: --ignore-urls /api/,/docs/ --allow-hash-href --allow-missing-href --assume-extension --disable-external --no-check_external_hash
114114
-
115115
name: '[Reviewdog Reporter]'
116116
id: reporter

0 commit comments

Comments
 (0)