We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f79a95 commit 1464279Copy full SHA for 1464279
.github/workflows/linkcheck.yml
@@ -21,6 +21,8 @@ jobs:
21
uses: lycheeverse/lychee-action@v2
22
with:
23
fail: false
24
+ # Exclude webpack-macros.html as it contains unprocessed Jinja2 template variables
25
+ # like {{ pathto() }} which cause false positives in link checking
26
args: --accept 403,503 --exclude-path "_static/webpack-macros.html" **/*.html
27
- name: Create Issue From File
28
if: steps.lychee.outputs.exit_code != 0
0 commit comments