build: update deploy.yml

This commit is contained in:
pipipi-pikachu 2023-10-10 20:35:58 +08:00
parent 544ca2d1de
commit ccd6bcb290

View File

@ -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