Skip to content

Commit 1464279

Browse files
Copilotmmcky
andcommitted
Add explanatory comment for webpack-macros.html exclusion
Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com>
1 parent 8f79a95 commit 1464279

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linkcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: lycheeverse/lychee-action@v2
2222
with:
2323
fail: false
24+
# Exclude webpack-macros.html as it contains unprocessed Jinja2 template variables
25+
# like {{ pathto() }} which cause false positives in link checking
2426
args: --accept 403,503 --exclude-path "_static/webpack-macros.html" **/*.html
2527
- name: Create Issue From File
2628
if: steps.lychee.outputs.exit_code != 0

0 commit comments

Comments
 (0)