diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d00cabd..5d0f28b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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