Skip to content

Commit

Permalink
Bug fix versioning №6
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Jun 30, 2024
1 parent 3fdc57f commit de3e720
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ jobs:
run: pip install -r requirements.txt
- run: git pull
- name: Deploy mike version
run: mike deploy --push --update-aliases 0.2 latest
# - name: Build mkdocs site
# run: mkdocs gh-deploy --force
run: mike delete --all
# run: mike deploy -p --allow-empty --update-aliases ${{ steps.extract_branch.outputs.branch }} latest

0 comments on commit de3e720

Please sign in to comment.