We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ed846 commit 58a943fCopy full SHA for 58a943f
1 file changed
.github/workflows/broken-links.yml
@@ -1,20 +1,19 @@
1
-name: broken links?
2
'on':
3
push:
4
- branches:
5
- - "**"
+ branches:
+ - "**"
6
schedule:
7
- - cron: 0 16 * * *
8
- workflow_dispatch:
+ - cron: 0 14 * * *
+name: broken links?
9
jobs:
10
linkChecker:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- name: Link Checker
15
id: lc
16
- uses: peter-evans/link-checker@v1.2.2
+ uses: lycheeverse/lychee-action@v2
17
with:
18
- args: '-v -r *.md'
+ args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206
19
- name: Fail?
20
run: 'exit ${{ steps.lc.outputs.exit_code }}'
0 commit comments