mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 06:20:35 +00:00
CI: fix caching logic
This commit is contained in:
parent
6b575afeac
commit
bb652c4c4c
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -21,7 +21,8 @@ jobs:
|
|||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ./site/resources
|
||||
key: ${{ runner.os }}-rendered
|
||||
key: ${{ runner.os }}-rendered-${{ github.sha }}
|
||||
restore-keys: ${{ runner.os }}-rendered-
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update && sudo apt-get install graphicsmagick
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue