From d9a74fac96e00cffbd60fb1ce142681d37b06fc4 Mon Sep 17 00:00:00 2001 From: zhumeisongsong Date: Wed, 30 Oct 2024 22:00:40 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=92=9A=20Update=20deploy=20workflow?= =?UTF-8?q?=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0c0b9ee..805789e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -41,4 +41,4 @@ jobs: deploy: needs: build - uses: zhumeisongsong/shared-actions/.github/workflows/reusable-nextjs-deploy-github-pages.yml@main \ No newline at end of file + uses: zhumeisongsong/shared-actions/.github/workflows/reusable-static-html-deploy-github-pages.yml@main \ No newline at end of file