From 08c3153f43bdd2b2d943a89d72f0ab0df8d98111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Mon, 19 Jan 2026 00:18:20 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0GitHub=20Actions?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E9=85=8D=E7=BD=AE=E5=B9=B6=E8=B0=83=E6=95=B4?= =?UTF-8?q?.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除旧的deploy.yml文件,添加新的deploy.yml-nouse配置文件 在.gitignore中添加.git目录忽略规则 --- .github/workflows/{deploy.yml => deploy.yml-nouse} | 0 .gitignore | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{deploy.yml => deploy.yml-nouse} (100%) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml-nouse similarity index 100% rename from .github/workflows/deploy.yml rename to .github/workflows/deploy.yml-nouse diff --git a/.gitignore b/.gitignore index 2623384a5..63d33673e 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,6 @@ ori .edgeone # local img -# src/content/img/ \ No newline at end of file +# src/content/img/ + +.git \ No newline at end of file