chore: add cache
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
2b2b8727d4
commit
6a7af22ae8
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -18,6 +18,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
- name: Cache node modules
|
||||||
|
uses: actions/cache@v2
|
||||||
|
with:
|
||||||
|
path: output
|
||||||
|
key: xkcd-clone-1.2.1
|
||||||
- run: npx xkcd-clone -d output
|
- run: npx xkcd-clone -d output
|
||||||
- run: npx ipfs-deploy output -C -O -u pinata -p ipfs-cluster -d cloudflare
|
- run: npx ipfs-deploy output -C -O -u pinata -p ipfs-cluster -d cloudflare
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user