Skip to content

Commit c7f11e3

Browse files
authored
Fix documentation build (#667)
The custom container does not seem to work anymore with recent ecosystem changes. It was originally introduced in #508 However, the Tensorflow build issues seem to be gone.
1 parent 2abf5c6 commit c7f11e3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build_documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
package_path: safetensors/bindings/python/
1919
version_tag_suffix: bindings/python/py_src/
2020
install_rust: true
21-
custom_container: huggingface/transformers-doc-builder
2221
secrets:
2322
token: ${{ secrets.HUGGINGFACE_PUSH }}
2423
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}

.github/workflows/build_pr_documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ jobs:
2121
package_path: safetensors/bindings/python/
2222
version_tag_suffix: bindings/python/py_src/
2323
install_rust: true
24-
custom_container: huggingface/transformers-doc-builder

0 commit comments

Comments
 (0)