Skip to content

Commit 8ef9c48

Browse files
committed
👷 use main branch of doc-builder thats fixed now
1 parent 9343f6e commit 8ef9c48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@fix-issue-305
12+
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
1313
with:
1414
commit_sha: ${{ github.sha }}
1515
package: pytorch-image-models

.github/workflows/build_pr_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99

1010
jobs:
1111
build:
12-
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@fix-issue-305
12+
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
1313
with:
1414
commit_sha: ${{ github.event.pull_request.head.sha }}
1515
pr_number: ${{ github.event.number }}

0 commit comments

Comments
 (0)