We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bad86 commit 4109307Copy full SHA for 4109307
.github/workflows/links-cron.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Check links
21
uses: lycheeverse/lychee-action@v2
22
with:
23
- args: --exclude '^/' 'https://canwe.dev'
+ args: 'https://canwe.dev'
24
fail: false
25
env:
26
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
.github/workflows/links.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- args: --exclude '^/' './**/*.html'
+ args: './**/*.html'
0 commit comments