Skip to content

Commit e0cb15e

Browse files
1 parent 3ec55f4 commit e0cb15e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build_documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
commit_sha: ${{ github.sha }}
1515
package: peft
1616
notebook_folder: peft_docs
17+
custom_container: huggingface/transformers-doc-builder
1718
secrets:
1819
token: ${{ secrets.HUGGINGFACE_PUSH }}
19-
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
20+
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}

.github/workflows/build_pr_documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ jobs:
1414
commit_sha: ${{ github.event.pull_request.head.sha }}
1515
pr_number: ${{ github.event.number }}
1616
package: peft
17+
custom_container: huggingface/transformers-doc-builder

0 commit comments

Comments
 (0)