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