Skip to content

Commit

Permalink
fix alias in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Apr 8, 2024
1 parent 55b2f56 commit ca71ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
run: |
cd docs
mike deploy --push --update-aliases $INFINITY_VERSION latest
mike deploy --push --update-aliases latest $INFINITY_VERSION
- name: Build and Deploy Dev/main
# only if dev/main branch is pushed
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit ca71ca7

Please sign in to comment.