Skip to content

Commit 7c0ecbc

Browse files
authored
GH workflows update: added --not_python_module flag (#66)
1 parent 4048136 commit 7c0ecbc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build_documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
with:
1212
commit_sha: ${{ github.sha }}
1313
package: text-embeddings-inference
14+
additional_args: --not_python_module
1415
languages: en
1516
secrets:
1617
token: ${{ secrets.HUGGINGFACE_PUSH }}

.github/workflows/build_pr_documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
commit_sha: ${{ github.event.pull_request.head.sha }}
1515
pr_number: ${{ github.event.number }}
1616
package: text-embeddings-inference
17+
additional_args: --not_python_module
1718
languages: en

docs/source/en/_toctree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
title: Serving private and gated models
1616
# - local: tei_cli
1717
# title: Using TEI CLI
18-
- local: custom_cpu_container
18+
- local: custom_container
1919
title: Build custom container for TEI
2020
title: Tutorials
2121
- sections:

0 commit comments

Comments
 (0)