Skip to content

Commit e9f1320

Browse files
authored
Update link-check.yml
1 parent 7173a1b commit e9f1320

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/link-check.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

18-
- name: Update CA certificates
19-
run: sudo update-ca-certificates
20-
2118
- name: Link Checker
2219
id: lychee
2320
uses: lycheeverse/lychee-action@v2
2421
with:
25-
args: --verbose --no-progress './content/**/*.md' './content/**/*.html' './content/**/*.rst'
22+
# NOTE: Lychee (and sphinx) encounter issues with SSL certificates for INCF URLs, so use --insecure
23+
args: --verbose --no-progress './content/**/*.md' './content/**/*.html' './content/**/*.rst' --insecure

0 commit comments

Comments
 (0)