From 15e963be1b9ee2542a58015571c79266c10ecfb4 Mon Sep 17 00:00:00 2001 From: uptonking Date: Fri, 29 Dec 2023 06:39:48 +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 5bfab76..bd6773f 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -57,7 +57,7 @@ jobs: # # You may remove this line if you want to manage the configuration yourself. # static_site_generator: next - - name: Install dependencies + - name: Install dependencies run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }} - name: Build react # run: ${{ steps.detect-package-manager.outputs.runner }} npm run build