We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b85e7 commit 7173a1bCopy full SHA for 7173a1b
.github/workflows/link-check.yml
@@ -15,8 +15,11 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v4
17
18
+ - name: Update CA certificates
19
+ run: sudo update-ca-certificates
20
+
21
- name: Link Checker
22
id: lychee
23
uses: lycheeverse/lychee-action@v2
24
with:
- 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