ci: remove lychee cache (#9234)

Hoping to fix the repeated errors from the link checker with this.
This commit is contained in:
Thomas Eizinger
2025-05-27 06:55:59 +10:00
committed by GitHub
parent 3659b07259
commit 4c04c69ec0

View File

@@ -15,10 +15,10 @@ jobs:
- name: Check links on website
id: lychee
uses: lycheeverse/lychee-action@e203314714efe5700a013ace5248a697313082b2 # testing https://github.com/lycheeverse/lychee-action/pull/292#issuecomment-2874071328
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
with:
fail: false
args: --verbose --no-progress --exclude-all-private --cache --cache-exclude-status 400..599 --max-concurrency 1 --retry-wait-time 60 --base https://firezone.dev .
args: --verbose --no-progress --exclude-all-private --max-concurrency 1 --retry-wait-time 60 --base https://firezone.dev .
workingDirectory: website
- name: Create Issue From File