We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec55f4 commit e0cb15eCopy full SHA for e0cb15e
.github/workflows/build_documentation.yml
@@ -14,6 +14,7 @@ jobs:
14
commit_sha: ${{ github.sha }}
15
package: peft
16
notebook_folder: peft_docs
17
+ custom_container: huggingface/transformers-doc-builder
18
secrets:
19
token: ${{ secrets.HUGGINGFACE_PUSH }}
- hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
20
+ hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
.github/workflows/build_pr_documentation.yml
@@ -14,3 +14,4 @@ jobs:
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}
0 commit comments