From 2105833f2ff7e5fa81a9d311acbeff9d409ee458 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:46:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=90=8D=E7=A7=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将参数名从 docs-path 更改为 docs_dir - 确保与 llms-txt-action 的预期输入参数一致 --- .github/workflows/publish-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index ff5e01b..f6c7034 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -71,8 +71,8 @@ jobs: - name: Make docs LLM ready uses: demodrive-ai/llms-txt-action@v1 with: - docs-path: docs/.vitepress/dist - + docs_dir: docs/.vitepress/dist + # 上传构建产物作为 Pages 部署工件 - name: Upload Pages Artifact uses: actions/upload-pages-artifact@v3