Skip to content

Commit

Permalink
fix: mike bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjk committed Nov 17, 2022
1 parent 5a0de20 commit 4e0ec4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ tasks:
APP_MINOR:
sh: git describe --tags --abbrev=0 | sed -E 's/(v?[0-9]+\.([0-9]+)).*/\1/'
cmds:
- mike list
- mike deploy --update-aliases {{.APP_MINOR}} latest
- mike list
- git push origin gh-pages:gh-pages
# - mkdocs gh-deploy --message 'Deployed {{.APP_VERSION}} - {{.GIT_REF}} from {{.GIT_BRANCH}}'

Expand Down

0 comments on commit 4e0ec4e

Please sign in to comment.