Skip to content

Commit

Permalink
Correct the order of options
Browse files Browse the repository at this point in the history
  • Loading branch information
bparks13 committed Jan 7, 2025
1 parent 2013da3 commit da7a79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Check HTML Links After Building
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress --base _site --exclude ^https://github\.com.*merge.* --exclude ^https://github\.com.*apiSpec.* '_site/**/*.html --max-retries 0 --max-concurrency 32 --cache --max-cache-age 1d'
args: --verbose --no-progress --base _site --exclude ^https://github\.com.*merge.* --exclude ^https://github\.com.*apiSpec.* --max-retries 0 --max-concurrency 32 --cache --max-cache-age 1d '_site/**/*.html'
fail: true

deploy:
Expand Down

0 comments on commit da7a79d

Please sign in to comment.