Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
f01e1609
Unverified
Commit
f01e1609
authored
Mar 26, 2024
by
Lucain
Committed by
GitHub
Mar 26, 2024
Browse files
Set custom_container in build docs workflows (#29855)
parent
07d79520
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.github/workflows/build_documentation.yml
.github/workflows/build_documentation.yml
+1
-0
.github/workflows/build_pr_documentation.yml
.github/workflows/build_pr_documentation.yml
+1
-0
No files found.
.github/workflows/build_documentation.yml
View file @
f01e1609
...
@@ -16,6 +16,7 @@ jobs:
...
@@ -16,6 +16,7 @@ jobs:
package
:
transformers
package
:
transformers
notebook_folder
:
transformers_doc
notebook_folder
:
transformers_doc
languages
:
de en es fr hi it ko pt tr zh ja te
languages
:
de en es fr hi it ko pt tr zh ja te
custom_container
:
huggingface/transformers-doc-builder
secrets
:
secrets
:
token
:
${{ secrets.HUGGINGFACE_PUSH }}
token
:
${{ secrets.HUGGINGFACE_PUSH }}
hf_token
:
${{ secrets.HF_DOC_BUILD_PUSH }}
hf_token
:
${{ secrets.HF_DOC_BUILD_PUSH }}
.github/workflows/build_pr_documentation.yml
View file @
f01e1609
...
@@ -15,3 +15,4 @@ jobs:
...
@@ -15,3 +15,4 @@ jobs:
pr_number
:
${{ github.event.number }}
pr_number
:
${{ github.event.number }}
package
:
transformers
package
:
transformers
languages
:
de en es fr hi it ko pt tr zh ja te
languages
:
de en es fr hi it ko pt tr zh ja te
custom_container
:
huggingface/transformers-doc-builder
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment