diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24df30f..9c142b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1.10.0 with: - args: --verbose --no-progress --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 --cache --max-cache-age 7d './**/*.md' './**/*.html' + args: --verbose --no-progress --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 --cache './**/*.md' './**/*.html' fail: true - name: Save lychee cache