mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
fix(ci): 修复文档工作流配置中的参数名称错误
- 将参数名从 docs-path 更改为 docs_dir - 确保与 llms-txt-action 的预期输入参数一致
This commit is contained in:
parent
47b8b4c975
commit
2105833f2f
4
.github/workflows/publish-docs.yml
vendored
4
.github/workflows/publish-docs.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user