We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c153db7 commit 0128d37Copy full SHA for 0128d37
1 file changed
.github/workflows/build_pr_documentation.yml
@@ -0,0 +1,20 @@
1
+name: Build PR Documentation
2
+
3
+on:
4
+ pull_request:
5
6
+concurrency:
7
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
8
+ cancel-in-progress: true
9
10
+jobs:
11
+ build:
12
+ uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
13
+ with:
14
+ commit_sha: ${{ github.event.pull_request.head.sha }}
15
+ pr_number: ${{ github.event.number }}
16
+ package: agents-course
17
+ package_name: agents-course
18
+ path_to_docs: agents-course/units/
19
+ additional_args: --not_python_module
20
+ languages: en
0 commit comments