mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-14 02:00:37 +08:00
CI: cache wrangler
This commit is contained in:
parent
3ec0e69b28
commit
1843f502b9
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -97,7 +97,9 @@ jobs:
|
|||||||
- name: Cache NPM cache
|
- name: Cache NPM cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.npm_cache_path.outputs.dir }}
|
path: |
|
||||||
|
${{ steps.npm_cache_path.outputs.dir }}
|
||||||
|
node_modules
|
||||||
key: ${{ runner.os }}-deploy-to-cloudflare-npm
|
key: ${{ runner.os }}-deploy-to-cloudflare-npm
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user