File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
uses : huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
12
12
with :
13
13
repo_owner : xenova
14
- commit_sha : 7bfc590f793a6281b87e56cd8b0819fe58a12014
14
+ commit_sha : ${{ github.sha }}
15
15
package : transformers.js
16
16
path_to_docs : transformers.js/docs/source
17
17
pre_command : cd transformers.js && npm install && npm run docs-api
Original file line number Diff line number Diff line change 12
12
uses : huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
13
13
with :
14
14
repo_owner : xenova
15
- commit_sha : 7bfc590f793a6281b87e56cd8b0819fe58a12014
15
+ commit_sha : ${{ github.sha }}
16
16
pr_number : ${{ github.event.number }}
17
17
package : transformers.js
18
18
path_to_docs : transformers.js/docs/source
You can’t perform that action at this time.
0 commit comments