Skip to content

Commit

Permalink
Merge pull request #926 from kcormi/versioning_docs
Browse files Browse the repository at this point in the history
Fix mike deploy command in github action
  • Loading branch information
kcormi authored Mar 26, 2024
2 parents 983289c + e67a10c commit 38cd5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
git fetch origin gh-pages --depth=1
git config user.name ci-bot
git config user.email [email protected]
mike deploy --push latest
mike deploy --push v9.2.0 latest

0 comments on commit 38cd5d1

Please sign in to comment.