feat: update deploy workflow to include alias updates during documentation build

This commit is contained in:
zurdi
2025-06-06 12:17:45 +00:00
parent bb28f7e1d9
commit 4efb2c805c
+1 -1
View File
@@ -54,6 +54,6 @@ jobs:
git checkout main
- name: Build the documentation
run: uv run mike deploy --push ${{ github.event.inputs.version }} latest
run: uv run mike deploy --push --update-aliases ${{ github.event.inputs.version }} latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}