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 510bf13 commit d7995a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
run: pip install -r requirements.txt
- run: git pull
- name: Deploy mike version
run: mike -p delete --all
run: mike delete -p --all
# run: mike deploy -p --allow-empty --update-aliases ${{ steps.extract_branch.outputs.branch }} latest

0 comments on commit d7995a4

Please sign in to comment.