Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Mar 15, 2024
1 parent a67235f commit cac17bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run:
- run: |
pip install poetry
poetry config virtualenvs.create false
cd libs/infinity_emb && poetry install --extras "server" --with mkdocs
echo "INFINITY_VERSION=$(python -c 'import infinity_emb; print(infinity_emb.__version__)')" >> $GITHUB_ENV
- run:
- run: |
cd docs && \
python -m mkdocs gh-deploy --force --push --update-aliases latest $INFINITY_VERSION

0 comments on commit cac17bb

Please sign in to comment.