This commit is contained in:
parent
3aca09571c
commit
55d9265841
@ -19,6 +19,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 'latest'
|
node-version: 'latest'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
- uses: actions/go-hashfiles@v0.0.1
|
||||||
|
id: get-hash
|
||||||
|
with:
|
||||||
|
patterns: |-
|
||||||
|
**/package-lock.json
|
||||||
|
- name: Cache dependencies
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: ~/.npm
|
||||||
|
key: ${{ runner.os }}-node-${{ steps.get-hash.outputs.hash }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-node-
|
||||||
- run: npm i
|
- run: npm i
|
||||||
- run: npx quartz build
|
- run: npx quartz build
|
||||||
- name: Create private key
|
- name: Create private key
|
||||||
|
Loading…
Reference in New Issue
Block a user