Update .github/workflows/build_documentation.yml

Co-authored-by: Mishig <mishig.davaadorj@coloradocollege.edu>
This commit is contained in:
Omar Sanseviero 2023-08-08 10:29:34 +02:00 committed by GitHub
parent f9c228b521
commit b5c7e3f4ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ jobs:
with:
commit_sha: ${{ github.sha }}
package: text-generation-inference
additional_args: --not_python_module
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}