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 c2db969 commit 8a43817Copy full SHA for 8a43817
.github/workflows/build_documentation.yaml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build:
12
- uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@workflow_templates
+ uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
13
with:
14
commit_sha: ${{ github.sha }}
15
package: huggingface_hub
.github/workflows/delete_doc_comment.yaml
@@ -7,7 +7,7 @@ on:
7
8
delete:
- uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@workflow_templates
+ uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@main
pr_number: ${{ github.event.number }}
0 commit comments