From 8144f305e2196d74be2ebe96041e6b63f8626c5c Mon Sep 17 00:00:00 2001 From: coolxitech Date: Mon, 15 Dec 2025 22:31:03 +0800 Subject: [PATCH] =?UTF-8?q?chore(workflow):=20=E6=9B=B4=E6=96=B0=20GitHub?= =?UTF-8?q?=20Pages=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将工作流名称从 "构建Github Pages" 更改为 "构建 Github Pages" - 保持其他配置不变 --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 70b72fc..f805ed9 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -1,4 +1,4 @@ -name: 构建Github Pages +name: 构建 Github Pages on: push: