Update deploy.yml

This commit is contained in:
itsscb 2024-08-23 15:40:45 +02:00 committed by GitHub
parent 7262775a48
commit a538204d3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,11 +19,11 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: | path: |
frontend/dist/
node_modules
~/.cache/trunk
~/.cargo ~/.cargo
target/ target/
~/.cache/trunk
node_modules
frontend/dist/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-df restore-keys: ${{ runner.os }}-cargo-df