Skip to content

Commit

Permalink
fix cache id to use run_id
Browse files Browse the repository at this point in the history
Signed-off-by: Justen Stall <[email protected]>
  • Loading branch information
justenstall committed Jan 3, 2024
1 parent dc5c025 commit ae7a0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup MkDocs cache
uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
key: mkdocs-material-${{ github.run_id }}
path: .cache
restore-keys: |
mkdocs-material-
Expand Down

0 comments on commit ae7a0f9

Please sign in to comment.