Skip to content

Commit

Permalink
testing doc-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 committed Sep 24, 2023
1 parent 5936c8c commit 71140c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ concurrency:

jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@node_ci
with:
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}
package: transformers
languages: de en es fr it ko pt zh
doc_builder_revision: node_ci

0 comments on commit 71140c8

Please sign in to comment.