From 24a2c5613b4539a51455cd979949cb90949db38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Sun, 18 Jan 2026 23:59:27 +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 添加新的部署工作流配置文件,包含pnpm安装、Node.js设置、依赖安装、构建和部署到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