diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 2497adca..43b92a79 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -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 \ No newline at end of file + INFINITY_VERSION="$(python -c 'import infinity_emb; print(infinity_emb.__version__)')" + cd docs && mkdocs gh-deploy --force --push --update-aliases latest $INFINITY_VERSION \ No newline at end of file diff --git a/docs/openapi.json b/docs/assets/openapi.json similarity index 100% rename from docs/openapi.json rename to docs/assets/openapi.json