Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/site.links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Check Links
id: lychee
# uses: lycheeverse/lychee-action@v2
uses: lycheeverse/lychee-action@faea714062690f6c2e6f7f388469ec4fa6d9c4e1
uses: lycheeverse/lychee-action@6da1d14f3a43098a294b7696d93d938aa8d20fc0
with:
# args: --base _site --accept 100..=103,200..=299,403,429 --user-agent 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36' --timeout 60 --no-progress --include-verbatim --include-fragments --exclude-path _site/404.html _site
args: --base-url https://trebledj.me --accept 100..=103,200..=299,403,429 --user-agent 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36' --timeout 30 --accept-timeouts --no-progress --include-verbatim --exclude-path _site/404.html --exclude-path _site/llms.txt --exclude-path _site/slides/ --exclude-path .*.css _site
Expand Down