diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 8802f4acc..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 }} @@ -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@llm_menu_frontend with: commit_sha: ${{ github.event.pull_request.head.sha }} pr_number: ${{ github.event.number }} @@ -19,4 +20,5 @@ jobs: package_name: hub path_to_docs: hub-docs/docs/hub/ additional_args: --not_python_module + doc_builder_revision: llm_menu_frontend