Skip to content

Commit

Permalink
Revert doc builder (#330)
Browse files Browse the repository at this point in the history
* Update pr-documentation.yml

* Update documentation.yml
  • Loading branch information
xenova authored Sep 26, 2023
1 parent 4d8a590 commit f83d079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
with:
repo_owner: xenova
commit_sha: ${{ github.sha }}
commit_sha: 7bfc590f793a6281b87e56cd8b0819fe58a12014
package: transformers.js
path_to_docs: transformers.js/docs/source
pre_command: cd transformers.js && npm install && npm run docs-api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
with:
repo_owner: xenova
commit_sha: ${{ github.sha }}
commit_sha: 7bfc590f793a6281b87e56cd8b0819fe58a12014
pr_number: ${{ github.event.number }}
package: transformers.js
path_to_docs: transformers.js/docs/source
Expand Down

0 comments on commit f83d079

Please sign in to comment.