dsiabled cache
Some checks failed
Build / build (push) Failing after 5m36s

This commit is contained in:
2025-10-29 19:58:21 -04:00
parent e3bb3ac706
commit 4554ae4d61

View File

@@ -18,21 +18,21 @@ jobs:
- uses: https://github.com/actions/setup-node@v4
with:
node-version: 'latest'
- uses: https://github.com/actions/setup-go@v4
with:
go-version: '^1.20'
- uses: https://gitea.com/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-
# - uses: https://github.com/actions/setup-go@v4
# with:
# go-version: '^1.20'
# - uses: https://gitea.com/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: npx quartz build
- name: Create private key