Skip to content

Commit 0c72505

Browse files
committed
set check_external_hash to false for html-proofer
1 parent c34a1ee commit 0c72505

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
113+
arguments: --ignore-urls /api/,/docs/ --allow-hash-href --assume-extension --disable-external --no-check_external_hash
114114
-
115115
name: '[Reviewdog Reporter]'
116116
id: reporter

0 commit comments

Comments
 (0)