Commit 51593da2 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

fix main docs

parent 38e563d0
...@@ -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 }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment