From 82300007cb518ca6d624254ea5393f85a67c8919 Mon Sep 17 00:00:00 2001 From: hezhaohui Date: Fri, 17 Jul 2026 23:52:57 +0800 Subject: [PATCH] ci: remove cache step, Gitea instance lacks actions/cache --- .gitea/workflows/deploy.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e58aa5d..1195354 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -23,13 +23,6 @@ jobs: - name: Enable pnpm via corepack run: corepack enable - - name: Cache pnpm store - uses: http://47.121.181.112:3000/actions/cache@v4 - with: - path: /root/.local/share/pnpm/store - key: pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} - restore-keys: pnpm-store- - - name: Install dependencies run: pnpm install --frozen-lockfile env: