Skip to content

Commit

Permalink
fix/deploy cache
Browse files Browse the repository at this point in the history
  • Loading branch information
0zd0 committed Jun 14, 2024
1 parent 0d7d2d5 commit 9fadd09
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,15 @@ jobs:
- name: Cache npm dependencies
uses: actions/cache@v4
with:
path: |
~/.npm
node_modules
path: node_modules
key: "${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}"
restore-keys: |
${{ runner.os }}-node-
- name: Cache vite dependencies
uses: actions/cache@v4
with:
path: |
~/.npm
vite/node_modules
path: vite/node_modules
key: "${{ runner.os }}-vite-${{ hashFiles('vite/bun.lockb') }}"
restore-keys: |
${{ runner.os }}-vite-
Expand Down

0 comments on commit 9fadd09

Please sign in to comment.