Skip to content

Commit

Permalink
Adding standard args to linkchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBabin committed Jun 26, 2024
1 parent 1ec2ce6 commit 84f0358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --exclude https://meet.google.com
args: --verbose --no-progress '\''./**/*.md'\'' '\''./**/*.html'\'' --exclude https://meet.google.com
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 84f0358

Please sign in to comment.