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 1633f42 commit 753cde5Copy full SHA for 753cde5
.github/workflows/link-check.yml
@@ -2,9 +2,6 @@ name: Link Checker
2
3
on:
4
repository_dispatch:
5
- push:
6
- branches:
7
- - develop
8
workflow_dispatch:
9
schedule:
10
- cron: "00 18 * * 0"
@@ -21,7 +18,7 @@ jobs:
21
18
env:
22
19
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
23
20
with:
24
- args: --verbose --no-progress --max-redirects 8 './**/*.md'
+ args: --verbose --no-progress --max-redirects 8 './**/*.md' './**/*.rst'
25
format: markdown
26
fail: false
27
output: lychee/results.md
0 commit comments