Update build_documentation.yml
Browse files
.github/workflows/build_documentation.yml
CHANGED
@@ -9,7 +9,7 @@ on:
|
|
9 |
|
10 |
jobs:
|
11 |
build:
|
12 |
-
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@
|
13 |
with:
|
14 |
commit_sha: ${{ github.sha }}
|
15 |
package: competitions
|
|
|
9 |
|
10 |
jobs:
|
11 |
build:
|
12 |
+
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@use_py_310
|
13 |
with:
|
14 |
commit_sha: ${{ github.sha }}
|
15 |
package: competitions
|