Skip to content

Commit

Permalink
Bug fix versioning №5
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Jun 30, 2024
1 parent a899275 commit 3fdc57f
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,6 +33,6 @@ jobs:
run: pip install -r requirements.txt
- run: git pull
- name: Deploy mike version
run: mike deploy --push --update-aliases 0.1 latest
run: mike deploy --push --update-aliases 0.2 latest
# - name: Build mkdocs site
# run: mkdocs gh-deploy --force

0 comments on commit 3fdc57f

Please sign in to comment.