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
OpenDAS
diffusers
Commits
51593da2
Commit
51593da2
authored
Jul 06, 2023
by
Patrick von Platen
Browse files
fix main docs
parent
38e563d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
.github/workflows/build_documentation.yml
.github/workflows/build_documentation.yml
+7
-8
No files found.
.github/workflows/build_documentation.yml
View file @
51593da2
...
@@ -10,14 +10,13 @@ on:
...
@@ -10,14 +10,13 @@ on:
jobs
:
jobs
:
build
:
build
:
steps
:
uses
:
huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
uses
:
huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
with
:
with
:
commit_sha
:
${{ github.sha }}
commit_sha
:
${{ github.sha }}
install_libgl1
:
true
install_libgl1
:
true
package
:
diffusers
package
:
diffusers
notebook_folder
:
diffusers_doc
notebook_folder
:
diffusers_doc
languages
:
en ko zh
languages
:
en ko zh
secrets
:
secrets
:
token
:
${{ secrets.HUGGINGFACE_PUSH }}
token
:
${{ secrets.HUGGINGFACE_PUSH }}
...
...
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