Skip to content

Commit

Permalink
deploy with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Mar 15, 2024
1 parent 6495cfc commit 1330e0f
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -37,5 +37,5 @@ jobs:
- run:
cd libs/infinity_emb && poetry shell && \
cd ../.. && \
INFINITY_VERSION=$(poetry run python -c 'import infinity_emb; print(infinity_emb.__version__)')"
cd docs && mkdocs gh-deploy --force --push --update-aliases latest 0.0.27 # $INFINITY_VERSION
INFINITY_VERSION="$(python -c 'import infinity_emb; print(infinity_emb.__version__)')"
cd docs && mkdocs gh-deploy --force --push --update-aliases latest $INFINITY_VERSION
File renamed without changes.

0 comments on commit 1330e0f

Please sign in to comment.