Update deploy.yml
This commit is contained in:
parent
7262775a48
commit
a538204d3b
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -19,11 +19,11 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
frontend/dist/
|
||||
node_modules
|
||||
~/.cache/trunk
|
||||
~/.cargo
|
||||
target/
|
||||
~/.cache/trunk
|
||||
node_modules
|
||||
frontend/dist/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: ${{ runner.os }}-cargo-df
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user