Update build_documentation.yml
Browse files
.github/workflows/build_documentation.yml
CHANGED
@@ -9,10 +9,10 @@ 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
|
16 |
package_name: competitions
|
17 |
secrets:
|
18 |
-
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}g
|
|
|
9 |
|
10 |
jobs:
|
11 |
build:
|
12 |
+
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
|
13 |
with:
|
14 |
commit_sha: ${{ github.sha }}
|
15 |
package: competitions
|
16 |
package_name: competitions
|
17 |
secrets:
|
18 |
+
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}g
|