mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: remove lychee cache (#9234)
Hoping to fix the repeated errors from the link checker with this.
This commit is contained in:
4
.github/workflows/website-links.yml
vendored
4
.github/workflows/website-links.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user