diff --git a/.github/workflows/site.links.yml b/.github/workflows/site.links.yml index 95198230a..b0fb47060 100644 --- a/.github/workflows/site.links.yml +++ b/.github/workflows/site.links.yml @@ -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