Skip to content

Commit

Permalink
update docs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Mar 15, 2024
1 parent ec710a1 commit 397c264
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
echo "INFINITY_VERSION=$(python -c 'import infinity_emb; print(infinity_emb.__version__)')" >> $GITHUB_ENV
- name: Build and Deploy
run: |
cd docs &&
python -m mkdocs gh-deploy --force -m "updating to version $INFINITY_VERSION" # --update-aliases latest $INFINITY_VERSION
cd docs
# python -m mkdocs gh-deploy --force -m "updating to version $INFINITY_VERSION"
mike deploy --push --update-aliases latest $INFINITY_VERSION

0 comments on commit 397c264

Please sign in to comment.