From d05a5977776839559fb610e1767bb383a5c21292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Wed, 21 Jan 2026 23:37:42 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=B7=BB=E5=8A=A0=E5=B9=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0GitHub=20Actions=E9=83=A8=E7=BD=B2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除旧的部署配置文件并添加新的配置,使用固定CNAME替换环境变量 --- .github/workflows/{deploy.yml-nouse => deploy.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{deploy.yml-nouse => deploy.yml} (96%) diff --git a/.github/workflows/deploy.yml-nouse b/.github/workflows/deploy.yml similarity index 96% rename from .github/workflows/deploy.yml-nouse rename to .github/workflows/deploy.yml index 2316e5dd3..0e2e9d254 100644 --- a/.github/workflows/deploy.yml-nouse +++ b/.github/workflows/deploy.yml @@ -40,5 +40,5 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist publish_branch: page - cname: ${{ secrets.CNAME }} + cname: blog.acofork.com commit_message: ${{ github.event.head_commit.message }} \ No newline at end of file