mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
build: update deploy.yml
This commit is contained in:
parent
544ca2d1de
commit
ccd6bcb290
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@ -8,11 +8,8 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clear Cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
- name: Clear npm cache
|
||||
run: npm cache clean --force
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user