From 9fc92f1b1d345ce4e448643b07c986b35a4cd18e Mon Sep 17 00:00:00 2001 From: wxzhang Date: Sun, 7 Aug 2022 14:27:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9GitHub=20Pages=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 946e7d6..598fcf2 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -13,13 +13,13 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/cache@v3 - id: node-modules - with: - path: node_modules/ - key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }} - restore-keys: | - ${{ runner.os }}-node-modules- + #- uses: actions/cache@v3 + # id: node-modules + # with: + # path: node_modules/ + # key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }} + # restore-keys: | + # ${{ runner.os }}-node-modules- - name: 安装依赖 if: steps.node-modules.outputs.cache-hit != 'true' run: yarn install --frozen-lockfile