From c30d626267d33444d820c699c87b4bfe77289178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Fri, 9 Jan 2026 02:39:25 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=B7=BB=E5=8A=A0GitHub=20Actions?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E5=B7=A5=E4=BD=9C=E6=B5=81=E5=B9=B6=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=97=A7=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加新的部署工作流配置,包含构建和部署步骤到gh-pages分支 删除不再使用的旧部署配置文件 --- .github/workflows/{deploy.yml-nouse => deploy.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{deploy.yml-nouse => deploy.yml} (100%) diff --git a/.github/workflows/deploy.yml-nouse b/.github/workflows/deploy.yml similarity index 100% rename from .github/workflows/deploy.yml-nouse rename to .github/workflows/deploy.yml