Skip to content

Commit 8a43817

Browse files
authored
[API Reference docs] Remove git references from GitHub Action templates (#813)
* Update reference * Remove rogue git references * Specify `main` as a reference
1 parent c2db969 commit 8a43817

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_documentation.yaml

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@workflow_templates
12+
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
1313
with:
1414
commit_sha: ${{ github.sha }}
1515
package: huggingface_hub

.github/workflows/delete_doc_comment.yaml

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

88
jobs:
99
delete:
10-
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@workflow_templates
10+
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@main
1111
with:
1212
pr_number: ${{ github.event.number }}
1313
package: huggingface_hub

0 commit comments

Comments
 (0)