Pass notebook_folder to build notebook docs (#671)

This commit is contained in:
Albert Villanova del Moral 2025-02-17 14:28:57 +01:00 committed by GitHub
parent 93de27e88d
commit 42bce9501a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
commit_sha: ${{ github.sha }} commit_sha: ${{ github.sha }}
package: smolagents package: smolagents
languages: en languages: en
notebook_folder: smolagents_doc
# additional_args: --not_python_module # use this arg if repository is documentation only # additional_args: --not_python_module # use this arg if repository is documentation only
secrets: secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }} token: ${{ secrets.HUGGINGFACE_PUSH }}