diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fa8c716..7088a98 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }}