Skip to content

Commit 2b4fbdd

Browse files
authored
Update broken-links.yml
1 parent f4ed32a commit 2b4fbdd

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/broken-links.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1+
name: broken links?
12
'on':
23
push:
34
branches:
45
- "**"
56
schedule:
67
- cron: 0 16 * * *
7-
workflow_dispatch:
8-
name: broken links?
8+
workflow_dispatch:
99
jobs:
1010
linkChecker:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
14+
1415
- name: Link Checker
15-
id: lc
16-
uses: peter-evans/[email protected]
16+
uses: lycheeverse/[email protected]
1717
with:
18-
args: -v -r * -x (mvnrepository)
19-
- name: Fail?
20-
run: 'exit ${{ steps.lc.outputs.exit_code }}'
18+
fail: true

0 commit comments

Comments
 (0)