Skip to content

Commit

Permalink
testing doc-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 authored Sep 26, 2023
1 parent df6be57 commit dd2e251
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,11 +9,12 @@ concurrency:

jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@fix_escaping_inside_html
with:
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}
package: course
path_to_docs: course/chapters/
additional_args: --not_python_module
languages: ar bn de en es fa fr gj he hi id it ja ko pt ru th tr vi zh-CN zh-TW
doc_builder_revision: fix_escaping_inside_html

0 comments on commit dd2e251

Please sign in to comment.