Skip to content

Commit 7173a1b

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/link-check.yml

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

18+
- name: Update CA certificates
19+
run: sudo update-ca-certificates
20+
1821
- name: Link Checker
1922
id: lychee
2023
uses: lycheeverse/lychee-action@v2
2124
with:
22-
args: --verbose --no-progress './content/**/*.md' './content/**/*.html' './content/**/*.rst' --insecure
25+
args: --verbose --no-progress './content/**/*.md' './content/**/*.html' './content/**/*.rst'

0 commit comments

Comments
 (0)