Skip to content

Commit

Permalink
add test release user
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Jun 20, 2024
1 parent da370f3 commit 2b1fe82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2b1fe82

Please sign in to comment.