Skip to content

Commit

Permalink
Use mike for deployments in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Aug 12, 2024
1 parent bc10f3a commit ee475bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
run: python build_tools/generate_showcase_pages.py

- name: Build and deploy site
run: mkdocs gh-deploy --force
#run: mkdocs gh-deploy --force
run: mike deploy 0.57 latest

0 comments on commit ee475bd

Please sign in to comment.