Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
9941f1f6
Unverified
Commit
9941f1f6
authored
May 24, 2024
by
Sayak Paul
Committed by
GitHub
May 24, 2024
Browse files
[Chore] run the documentation workflow in a custom container. (#8266)
run the documentation workflow in a custom container.
parent
46a9db03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.github/workflows/build_documentation.yml
.github/workflows/build_documentation.yml
+1
-1
.github/workflows/build_pr_documentation.yml
.github/workflows/build_pr_documentation.yml
+1
-0
No files found.
.github/workflows/build_documentation.yml
View file @
9941f1f6
...
@@ -21,7 +21,7 @@ jobs:
...
@@ -21,7 +21,7 @@ jobs:
package
:
diffusers
package
:
diffusers
notebook_folder
:
diffusers_doc
notebook_folder
:
diffusers_doc
languages
:
en ko zh ja pt
languages
:
en ko zh ja pt
custom_container
:
diffusers/diffusers-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 @
9941f1f6
...
@@ -20,3 +20,4 @@ jobs:
...
@@ -20,3 +20,4 @@ jobs:
install_libgl1
:
true
install_libgl1
:
true
package
:
diffusers
package
:
diffusers
languages
:
en ko zh ja pt
languages
:
en ko zh ja pt
custom_container
:
diffusers/diffusers-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