We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9343f6e commit 8ef9c48Copy full SHA for 8ef9c48
.github/workflows/build_documentation.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build:
12
- uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@fix-issue-305
+ uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
13
with:
14
commit_sha: ${{ github.sha }}
15
package: pytorch-image-models
.github/workflows/build_pr_documentation.yml
@@ -9,7 +9,7 @@ concurrency:
- uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@fix-issue-305
+ uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}
0 commit comments