Skip to content

Commit 8f79a95

Browse files
Copilotmmcky
andcommitted
Fix link checker by excluding webpack-macros.html template file
Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com>
1 parent fb8ec76 commit 8f79a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: lycheeverse/lychee-action@v2
2222
with:
2323
fail: false
24-
args: --accept 403,503 **/*.html
24+
args: --accept 403,503 --exclude-path "_static/webpack-macros.html" **/*.html
2525
- name: Create Issue From File
2626
if: steps.lychee.outputs.exit_code != 0
2727
uses: peter-evans/create-issue-from-file@v5

0 commit comments

Comments
 (0)