Skip to content

Commit

Permalink
fix version + exclude github
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Dec 6, 2024
1 parent c863457 commit dfb57fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
uses: lycheeverse/lychee-action@v2
with:
# Check all markdown, html and reStructuredText files in repo (default)
args: _site/ --fallback-extensions html --github-token ${{ secrets.PERSONAL_GITHUB_TOKEN }}
args: _site/ --fallback-extensions html --exclude '^https://github\.com'
# Don't fail action on broken links
fail: false
lycheeVersion: nightly
lycheeVersion: 0.17.0

- name: Add page URL
run: |
Expand Down

0 comments on commit dfb57fd

Please sign in to comment.