Skip to content

Commit cb8e982

Browse files
committed
update action cache key
1 parent 694084f commit cb8e982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
id: restore-build
6464
with:
6565
path: ./public
66-
key: "hugo-build"
66+
key: ${{ github.sha }}
6767

6868
# Deployment job
6969
deploy:
@@ -86,7 +86,7 @@ jobs:
8686
id: restore-build
8787
with:
8888
path: ./public
89-
key: "hugo-build"
89+
key: ${{ github.sha }}
9090

9191
- name: IPFS Pinata deploy
9292
id: ipfs

0 commit comments

Comments
 (0)