Skip to content

Commit

Permalink
Update link-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 23, 2024
1 parent 7173a1b commit e9f1320
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Update CA certificates
run: sudo update-ca-certificates

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress './content/**/*.md' './content/**/*.html' './content/**/*.rst'
# NOTE: Lychee (and sphinx) encounter issues with SSL certificates for INCF URLs, so use --insecure
args: --verbose --no-progress './content/**/*.md' './content/**/*.html' './content/**/*.rst' --insecure

0 comments on commit e9f1320

Please sign in to comment.