File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 paths :
66 - " docs/hub/**"
7+ - " .github/workflows/build_pr_documentation.yml"
78
89concurrency :
910 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1011 cancel-in-progress : true
1112
1213jobs :
1314 build :
14- uses : huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
15+ uses : huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@test-install-deps-with-uv
1516 with :
1617 commit_sha : ${{ github.event.pull_request.head.sha }}
1718 pr_number : ${{ github.event.number }}
1819 package : hub-docs
1920 package_name : hub
2021 path_to_docs : hub-docs/docs/hub/
2122 additional_args : --not_python_module
22- custom_container : " " # no need for transformer's docker image
2323
You can’t perform that action at this time.
0 commit comments