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 3cfb0f8 commit 873e5e9Copy full SHA for 873e5e9
.github/workflows/broken-links.yml
@@ -14,6 +14,6 @@ jobs:
14
id: lc
15
uses: lycheeverse/lychee-action@v2
16
with:
17
- args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206
+ args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 --retry-wait-time 10
18
- name: Fail?
19
run: 'exit ${{ steps.lc.outputs.exit_code }}'
0 commit comments