From c75cdd0b704ccb259d109b83c20eccd6dd38ff37 Mon Sep 17 00:00:00 2001 From: Plumbiu <3434909403@qq.com> Date: Sat, 12 Aug 2023 15:45:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20remove=20cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs-deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docs-deploy.yaml b/.github/workflows/docs-deploy.yaml index 1091a72a..07842e45 100644 --- a/.github/workflows/docs-deploy.yaml +++ b/.github/workflows/docs-deploy.yaml @@ -39,7 +39,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: pnpm # or pnpm / yarn - name: Setup Pages uses: actions/configure-pages@v3 - name: Install dependencies