From 07dce5b5dab8a7cbc1a05a19c301fb974a87c639 Mon Sep 17 00:00:00 2001 From: Mishig Date: Wed, 1 Oct 2025 17:09:32 +0200 Subject: [PATCH 1/2] wip --- .github/workflows/build_pr_documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 8802f4acc..7973b4485 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -11,7 +11,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@llm_menu_frontend with: commit_sha: ${{ github.event.pull_request.head.sha }} pr_number: ${{ github.event.number }} @@ -19,4 +19,5 @@ jobs: package_name: hub path_to_docs: hub-docs/docs/hub/ additional_args: --not_python_module + doc_builder_revision: llm_menu_frontend From 5d1a9f2976c86151100b2b1d0c49c804d81e31f5 Mon Sep 17 00:00:00 2001 From: Mishig Date: Wed, 1 Oct 2025 17:10:58 +0200 Subject: [PATCH 2/2] Add workflow file to pull request paths --- .github/workflows/build_pr_documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 7973b4485..1d79ebec3 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -4,6 +4,7 @@ on: pull_request: paths: - "docs/hub/**" + - .github/workflows/build_pr_documentation.yml concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}