Skip to content

Commit

Permalink
Bug fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Jun 30, 2024
1 parent 1e7845e commit 81735e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
- run: git pull
- name: Deploy mike version
# run: mike delete -p ${{ steps.extract_branch.outputs.branch }}
run: mike deploy -p --allow-empty --update-aliases ${{ steps.extract_branch.outputs.branch }} latest
run: |
mike deploy -p --allow-empty --update-aliases ${{ steps.extract_branch.outputs.branch }} latest
mike set-default --push main

0 comments on commit 81735e7

Please sign in to comment.