Skip to content

Commit

Permalink
ci: change cache retrieved on docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Nov 6, 2024
1 parent b1ac2b4 commit 1b40c24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
uses: actions/cache@v4
with:
path: ./cache
key: ${{ runner.os }}-benchmark
key: benchmark-${{ runner.os }}-${{ github.run_id }}
restore-keys: |
benchmark-${{ runner.os }}
path: ./cache
- run: |
pnpm install --no-frozen-lockfile
yarn docs
Expand Down

0 comments on commit 1b40c24

Please sign in to comment.