mirror of
https://github.com/huggingface/trl.git
synced 2025-10-20 18:43:52 +08:00
Remove custome_container for building the docs (#4198)
This commit is contained in:
committed by
GitHub
parent
ced8b337ba
commit
0c2dc14014
1
.github/workflows/build_documentation.yml
vendored
1
.github/workflows/build_documentation.yml
vendored
@ -14,6 +14,5 @@ jobs:
|
||||
commit_sha: ${{ github.sha }}
|
||||
package: trl
|
||||
version_tag_suffix: ""
|
||||
custom_container: huggingface/transformers-doc-builder
|
||||
secrets:
|
||||
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
|
||||
|
1
.github/workflows/build_pr_documentation.yml
vendored
1
.github/workflows/build_pr_documentation.yml
vendored
@ -16,4 +16,3 @@ jobs:
|
||||
pr_number: ${{ github.event.number }}
|
||||
package: trl
|
||||
version_tag_suffix: ""
|
||||
custom_container: huggingface/transformers-doc-builder
|
||||
|
Reference in New Issue
Block a user