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 - uses: https://github.com/actions/setup-node@v4
with: with:
node-version: 'latest' node-version: 'latest'
- uses: https://github.com/actions/setup-go@v4 # - uses: https://github.com/actions/setup-go@v4
with: # with:
go-version: '^1.20' # go-version: '^1.20'
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1 # - uses: https://gitea.com/actions/go-hashfiles@v0.0.1
id: get-hash # id: get-hash
with: # with:
patterns: |- # patterns: |-
**/package-lock.json # **/package-lock.json
- name: Cache dependencies # - name: Cache dependencies
uses: actions/cache@v3 # uses: actions/cache@v3
with: # with:
path: ~/.npm # path: ~/.npm
key: ${{ runner.os }}-node-${{ steps.get-hash.outputs.hash }} # key: ${{ runner.os }}-node-${{ steps.get-hash.outputs.hash }}
restore-keys: | # restore-keys: |
${{ runner.os }}-node- # ${{ 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