mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
cache deno deps to spare deno.land from 500ing us
This commit is contained in:
parent
e74ac09899
commit
8a81d33387
1 changed files with 6 additions and 0 deletions
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
|
@ -13,6 +13,12 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: teaxyz/pantry.core
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.deno
|
||||
~/.cache/deno
|
||||
key: ${{ runner.os }}-deno-cd-${{ hashFiles('deno.jsonc')}}
|
||||
- uses: teaxyz/setup@v0
|
||||
- run: ./scripts/map-projects-to-githubs.ts
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue