Skip to content

Commit df94965

Browse files
authored
Use doc-builder main (#331)
1 parent f83d079 commit df94965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
1212
with:
1313
repo_owner: xenova
14-
commit_sha: 7bfc590f793a6281b87e56cd8b0819fe58a12014
14+
commit_sha: ${{ github.sha }}
1515
package: transformers.js
1616
path_to_docs: transformers.js/docs/source
1717
pre_command: cd transformers.js && npm install && npm run docs-api

.github/workflows/pr-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
1313
with:
1414
repo_owner: xenova
15-
commit_sha: 7bfc590f793a6281b87e56cd8b0819fe58a12014
15+
commit_sha: ${{ github.sha }}
1616
pr_number: ${{ github.event.number }}
1717
package: transformers.js
1818
path_to_docs: transformers.js/docs/source

0 commit comments

Comments
 (0)