Skip to content

Commit a2557b3

Browse files
authored
fix: npm cache
1 parent 312d61c commit a2557b3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/deploy.yml

-9
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,7 @@ jobs:
1919
with:
2020
node-version: 16
2121

22-
- name: Cache node modules
23-
uses: actions/cache@v4
24-
id: cache
25-
with:
26-
path: node_modules
27-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
28-
restore-keys: |
29-
${{ runner.os }}-node-
3022
- name: Install dependencies
31-
if: steps.cache.outputs.cache-hit != 'true'
3223
run: npm install
3324

3425
- name: Build VuePress site

0 commit comments

Comments
 (0)