Skip to content

Commit

Permalink
Add caching
Browse files Browse the repository at this point in the history
  • Loading branch information
poteto committed Oct 25, 2024
1 parent 5b9c957 commit ed3d1ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ jobs:
--verbose
--no-progress
--require-https
--cache
--user-agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'
'README.md'
output: ${{ runner.temp }}/lychee/out.md
fail: true
- uses: actions/cache@v4
with:
path: .lycheecache
key: ${{ runner.os }}-lycheecache

0 comments on commit ed3d1ee

Please sign in to comment.