From 2b1fe82b2edcd40c927ee402b528af32a2e14571 Mon Sep 17 00:00:00 2001 From: michaelfeil Date: Thu, 20 Jun 2024 00:32:28 -0700 Subject: [PATCH] add test release user --- .github/workflows/test_release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 73e6db2..d70f740 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -82,17 +82,16 @@ jobs: run: | cd branch-dir pip install poetry==1.8.3 - poetry config virtualenvs.create false poetry install --extras sentence_transformers --with test - name: create shinx docs from current branch # create shpinx api autodocs of opensentiment and move them to docs # makefile: make html build the the docs/_build/html/ run: | cd branch-dir - sphinx-apidoc -o ./docs ./hf_hub_ctranslate2 + poetry run sphinx-apidoc -o ./docs ./hf_hub_ctranslate2 cp README.md ./docs cd docs - make html + poetry run make html - name: merge /docs/_build/ files into gh-pages branch run: |