We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f3077 commit 5e12b35Copy full SHA for 5e12b35
.github/workflows/build_documentation.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- workflow_dispatch:
8
9
jobs:
10
build:
@@ -13,7 +12,8 @@ jobs:
13
12
commit_sha: ${{ github.sha }}
14
package: mcp-course
15
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
+ path_to_docs: mcp-course/units/
+ additional_args: --not_python_module
+ languages: en
+ secrets:
+ hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
0 commit comments