File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,11 @@ permissions: {}
1111
1212jobs :
1313 build :
14- uses : huggingface/doc-builder/.github/workflows/build_main_documentation.yml@b0f9a6e3b6aa912656cbda9f74896eb721d29421 # main
14+ uses : huggingface/doc-builder/.github/workflows/build_main_documentation.yml@e60a538eea9817ab312196d0d233604b01697265 # main
1515 with :
1616 commit_sha : ${{ github.sha }}
1717 package : peft
1818 notebook_folder : peft_docs
19- custom_container : huggingface/transformers-doc-builder
2019 secrets :
2120 token : ${{ secrets.HUGGINGFACE_PUSH }}
2221 hf_token : ${{ secrets.HF_DOC_BUILD_PUSH }}
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ permissions: {}
1111
1212jobs :
1313 build :
14- uses : huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@b0f9a6e3b6aa912656cbda9f74896eb721d29421 # main
14+ uses : huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@e60a538eea9817ab312196d0d233604b01697265 # main
1515 with :
1616 commit_sha : ${{ github.event.pull_request.head.sha }}
1717 pr_number : ${{ github.event.number }}
1818 package : peft
19- custom_container : huggingface/transformers-doc-builder
You can’t perform that action at this time.
0 commit comments