Skip to content

Commit bf2a95c

Browse files
committed
test
1 parent 2c10f2c commit bf2a95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_pr_documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ on:
44
pull_request:
55
paths:
66
- "docs/hub/**"
7+
- ".github/workflows/build_pr_documentation.yml"
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1011
cancel-in-progress: true
1112

1213
jobs:
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

0 commit comments

Comments
 (0)