Skip to content

Commit

Permalink
Change doc-builder workflow container (#508)
Browse files Browse the repository at this point in the history
* Change doc-builder workflow container

* trigger the action
  • Loading branch information
mishig25 authored Jul 29, 2024
1 parent ce96a34 commit 2545628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
package_path: safetensors/bindings/python/
version_tag_suffix: bindings/python/py_src/
install_rust: true
custom_container: huggingface/transformers-doc-builder
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
2 changes: 2 additions & 0 deletions .github/workflows/build_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "docs/**"
- "bindings/python/py_src/**"
- ".github/workflows/build_pr_documentation.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand All @@ -20,3 +21,4 @@ jobs:
package_path: safetensors/bindings/python/
version_tag_suffix: bindings/python/py_src/
install_rust: true
custom_container: huggingface/transformers-doc-builder

0 comments on commit 2545628

Please sign in to comment.