Skip to content

Commit 5125244

Browse files
cache put back to 6 hours
1 parent e860249 commit 5125244

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lychee.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
output: ../lychee/out.md
2020
args: >
2121
--cache
22-
--max-cache-age 30s
22+
--max-cache-age 6h
2323
--no-progress
2424
--accept 200,201,204,304,403,429
2525
--timeout 20
@@ -69,5 +69,5 @@ jobs:
6969
body-path: lychee/formatted.md
7070

7171
- name: 🚫 Fail if broken links found
72-
if: steps.lychee.outputs.exit_code != 0
72+
if: ${{ steps.lychee.outputs.exit_code != 0 }}
7373
run: exit ${{ steps.lychee.outputs.exit_code }}

0 commit comments

Comments
 (0)