diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 953ea3e4e..08120471e 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -16,5 +16,6 @@ jobs: package_name: hub path_to_docs: hub-docs/docs/hub/ additional_args: --not_python_module + custom_container: "" # no need for transformer's docker image secrets: hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }} diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 8802f4acc..9b0449bd1 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -3,6 +3,7 @@ name: Build PR Documentation on: pull_request: paths: + - ".github/workflows/build_pr_documentation.yml" - "docs/hub/**" concurrency: @@ -11,7 +12,7 @@ concurrency: jobs: build: - uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main + uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@test-install-deps-with-uv with: commit_sha: ${{ github.event.pull_request.head.sha }} pr_number: ${{ github.event.number }}