From 99d0b2c181249fbf1254cb7751e7fb2c5ea46200 Mon Sep 17 00:00:00 2001 From: dashuai Date: Mon, 30 Sep 2024 10:21:39 +0800 Subject: [PATCH] Update/ci (#260) --- .github/workflows/deploy.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3940d16429..c92393f8d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,13 +13,13 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Cache pnpm modules and build - uses: actions/cache@v4 - with: - path: | - node_modules - build - key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} + # - name: Cache pnpm modules and build + # uses: actions/cache@v4 + # with: + # path: | + # node_modules + # build + # key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} - uses: actions/setup-node@v4 with: