From d31216d53a236a22e4c377e26041640dea05147c Mon Sep 17 00:00:00 2001 From: uptonking Date: Fri, 29 Dec 2023 06:33:17 +0800 Subject: [PATCH] fix/cicd: try to fix cicd --- .github/workflows/deploy-github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index b7e9f2e..bd6773f 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -48,7 +48,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: "20" - # cache: ${{ steps.detect-package-manager.outputs.manager }} + cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Setup Pages uses: actions/configure-pages@v4 # with: