Skip to content

Commit f801453

Browse files
committed
fix ci workflow on main
1 parent c6df200 commit f801453

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_documentation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
workflow_dispatch:
87

98
jobs:
109
build:
@@ -13,7 +12,8 @@ jobs:
1312
commit_sha: ${{ github.sha }}
1413
package: mcp-course
1514
package_name: mcp-course
16-
path_to_docs: units/
17-
build_command: doc-builder build mcp-course units --build_dir build/mcp-course
18-
deploy_to_hub: true
19-
languages: en
15+
path_to_docs: mcp-course/units/
16+
additional_args: --not_python_module
17+
languages: en
18+
secrets:
19+
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}

0 commit comments

Comments
 (0)