Skip to content

Commit

Permalink
set "--update-aliases"
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Apr 27, 2023
1 parent 345e78b commit 5577ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
with:
version_file_path: 'dirty_equals/version.py'

- run: mike deploy -b docs-site ${{ steps.check-version.outputs.VERSION_MAJOR_MINOR }} latest --push
- run: mike deploy -b docs-site ${{ steps.check-version.outputs.VERSION_MAJOR_MINOR }} latest --update-aliases --push
if: "startsWith(github.ref, 'refs/tags/') && !fromJSON(steps.check-version.outputs.IS_PRERELEASE)"

deploy:
Expand Down

0 comments on commit 5577ce5

Please sign in to comment.