mirror of
https://github.com/rommapp/docs.git
synced 2026-04-23 06:54:41 +00:00
feat: update deploy workflow to include alias updates during documentation build
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user