Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 committed Jun 21, 2024
1 parent 3a5bec8 commit 61e9c1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1.10.0
with:
args: --verbose --no-progress './**/*.md' './**/*.html' --insecure --exclude-all-private --suggest --archive wayback --github-token ${{ secrets.GITHUB_TOKEN }} --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0" --max-concurrency 5 --retry-wait-time 10
args: --verbose --no-progress './**/*.md' './**/*.html' --insecure --exclude-all-private --suggest --archive wayback --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0" --max-concurrency 5 --retry-wait-time 10
fail: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 61e9c1d

Please sign in to comment.