We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0974555 commit d3ec992Copy full SHA for d3ec992
1 file changed
.github/workflows/doc-pr-build.yml
@@ -15,7 +15,7 @@ concurrency:
15
16
jobs:
17
build:
18
- uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
+ uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 # main
19
with:
20
commit_sha: ${{ github.event.pull_request.head.sha }}
21
pr_number: ${{ github.event.number }}
0 commit comments