We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a757c9d commit 6a2b716Copy full SHA for 6a2b716
.github/workflows/links-cron.yml
@@ -18,9 +18,10 @@ jobs:
18
- uses: actions/checkout@v4
19
20
- name: Check links
21
- uses: lycheeverse/lychee-action@v2.0.2
+ uses: lycheeverse/lychee-action@v2
22
with:
23
args: 'https://canwe.dev'
24
+ fail: false
25
env:
26
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
27
.github/workflows/links.yml
@@ -15,9 +15,9 @@ jobs:
15
steps:
16
17
args: './**/*.html'
- fail: true
0 commit comments