diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index e877323..f604032 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -21,7 +21,7 @@ jobs: uses: lycheeverse/lychee-action@v2 with: fail: false - args: --accept 200,403,503 *.html + args: --accept 200,403,503 --exclude-path 'genindex.html' --exclude-path 'prf-prf.html' *.html - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0 uses: peter-evans/create-issue-from-file@v6