chore: add cache

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2020-10-04 21:15:49 +02:00
parent 2b2b8727d4
commit 6a7af22ae8
No known key found for this signature in database
GPG Key ID: EE928B18BCFBF9A9

View File

@ -18,6 +18,11 @@ jobs:
with:
node-version: 12.x
- 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 ipfs-deploy output -C -O -u pinata -p ipfs-cluster -d cloudflare
env: