Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Heinrich Reimer <jan.reimer@student.uni-halle.de>
  • Loading branch information
heinrichreimer committed Mar 31, 2024
1 parent 5e1f0e2 commit 63f44c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: lycheeverse/lychee-action@v1
with:
lycheeVersion: '0.13.0'
args: --require-https --verbose --no-progress --base public/ --cache --max-cache-age 1d --exclude https://twitter.com/H1iReimer/ --exclude heinrich@reimer.family --accept 999 --max-retries 10 --max-redirects 10 public/
args: --require-https --verbose --no-progress --max-concurrency 2 --base public/ --cache --max-cache-age 1d --exclude https://twitter.com/H1iReimer/ --exclude heinrich@reimer.family --accept 999 --max-retries 10 --max-redirects 10 public/
fail: true
- name: 📤 Upload public pages
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 63f44c7

Please sign in to comment.