From 4554ae4d61fc1585096d273540c3e445a6f3ddc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E6=B5=A6=20=E7=9F=A5=E4=B9=9F=20Matsuura=20Tomoy?= =?UTF-8?q?a?= Date: Wed, 29 Oct 2025 19:58:21 -0400 Subject: [PATCH] dsiabled cache --- .gitea/workflows/ci.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1cddd8d9..3afb5de6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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