Skip to content

Commit

Permalink
Update lychee configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Nov 19, 2024
1 parent 3c21881 commit a9df506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
HUGO_ENVIRONMENT: production
run: hugo --minify

- name: List files in public directory
- name: List files in the public directory with the HUGO build
run: ls -R public

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --exclude "https://example.com" public
args: --verbose --no-progress 'public/**/*.html'

0 comments on commit a9df506

Please sign in to comment.