Skip to content

Commit

Permalink
Update cache key for restoring cache in all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr committed Aug 2, 2024
1 parent 058bd36 commit 46dfce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-website/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
path: |
.build-harness
.cache
key: ${{ github.workflow }}
key: "build-website-cache" # Set same key to restore cache in all jobs

- name: "Initialize Build Harness"
shell: bash
Expand Down

0 comments on commit 46dfce8

Please sign in to comment.