Skip to content

Commit

Permalink
update docs publishing command
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Sep 19, 2024
1 parent 3f1200e commit f88e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
VERSION_WITH_V=${{ github.ref_name }}
VERSION=${VERSION#v}
echo "VERSION=$VERSION" >> $GITHUB_ENV
mike deploy --push $VERSION_WITH_V latest
mike deploy --update-aliases --push $VERSION_WITH_V latest

0 comments on commit f88e7ca

Please sign in to comment.