From 1ad1cd890686a726a5fd409d3a232c39dac16f34 Mon Sep 17 00:00:00 2001 From: Mishig Date: Mon, 6 Jul 2026 12:29:01 +0200 Subject: [PATCH 1/4] Update doc build workflow: light installs, drop custom container --- .github/workflows/build_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 402f736a..4a8ef492 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -9,7 +9,7 @@ on: jobs: build: - uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 # main + uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@e60a538eea9817ab312196d0d233604b01697265 # main (light installs, no custom container) with: commit_sha: ${{ github.sha }} package: evaluate From 028cedbeb5cc9a98a064c1f27d26027777a1b575 Mon Sep 17 00:00:00 2001 From: Mishig Date: Mon, 6 Jul 2026 12:29:03 +0200 Subject: [PATCH 2/4] Update doc build workflow: light installs, drop custom container --- .github/workflows/build_pr_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index f52cfd9f..d46fefaf 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -9,7 +9,7 @@ concurrency: jobs: build: - uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 # main + uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@e60a538eea9817ab312196d0d233604b01697265 # main (light installs, no custom container) with: commit_sha: ${{ github.event.pull_request.head.sha }} pr_number: ${{ github.event.number }} From 34c592c785c02a08d92f3c63a544b22c6d4dcebf Mon Sep 17 00:00:00 2001 From: Mishig Date: Mon, 6 Jul 2026 15:21:58 +0200 Subject: [PATCH 3/4] Keep the pin comment dependabot-compatible --- .github/workflows/build_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 4a8ef492..4fbe0d1a 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -9,7 +9,7 @@ on: jobs: build: - uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@e60a538eea9817ab312196d0d233604b01697265 # main (light installs, no custom container) + uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@e60a538eea9817ab312196d0d233604b01697265 # main with: commit_sha: ${{ github.sha }} package: evaluate From 183fed8c52e530f7ff157631c2c99b7ecb70a9cb Mon Sep 17 00:00:00 2001 From: Mishig Date: Mon, 6 Jul 2026 15:22:00 +0200 Subject: [PATCH 4/4] Keep the pin comment dependabot-compatible --- .github/workflows/build_pr_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index d46fefaf..bd080e42 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -9,7 +9,7 @@ concurrency: jobs: build: - uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@e60a538eea9817ab312196d0d233604b01697265 # main (light installs, no custom container) + uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@e60a538eea9817ab312196d0d233604b01697265 # main with: commit_sha: ${{ github.event.pull_request.head.sha }} pr_number: ${{ github.event.number }}