We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2b716 commit f0bad86Copy full SHA for f0bad86
.github/workflows/links-cron.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Check links
21
uses: lycheeverse/lychee-action@v2
22
with:
23
- args: 'https://canwe.dev'
+ args: --exclude '^/' '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: './**/*.html'
+ args: --exclude '^/' './**/*.html'
0 commit comments