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 }}
|
commit_sha: ${{ github.sha }}
|
||||||
package: trl
|
package: trl
|
||||||
version_tag_suffix: ""
|
version_tag_suffix: ""
|
||||||
custom_container: huggingface/transformers-doc-builder
|
|
||||||
secrets:
|
secrets:
|
||||||
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
|
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 }}
|
pr_number: ${{ github.event.number }}
|
||||||
package: trl
|
package: trl
|
||||||
version_tag_suffix: ""
|
version_tag_suffix: ""
|
||||||
custom_container: huggingface/transformers-doc-builder
|
|
||||||
|
Reference in New Issue
Block a user