Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -23,9 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
patterns: |-
|
patterns: |-
|
||||||
**/package-lock.json
|
**/package-lock.json
|
||||||
- name: Show key future key value
|
- name: Check Chache
|
||||||
run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}"
|
|
||||||
- name: Setup Chache
|
|
||||||
uses: https://github.com/actions/cache@v3
|
uses: https://github.com/actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
|
|||||||
Reference in New Issue
Block a user