mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 14:30:31 +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
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ./site/resources
|
path: ./site/resources
|
||||||
key: ${{ runner.os }}-rendered
|
key: ${{ runner.os }}-rendered-${{ github.sha }}
|
||||||
|
restore-keys: ${{ runner.os }}-rendered-
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get update && sudo apt-get install graphicsmagick
|
run: sudo apt-get update && sudo apt-get install graphicsmagick
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in a new issue