Skip to content

Commit

Permalink
Bug fix versioning №3
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Jun 30, 2024
1 parent d49d00a commit 11b922f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Install requirements
run: pip install -r requirements.txt
- name: Deploy mike version
run: mike deploy --update-aliases ${{ steps.extract_branch.outputs.branch }} latest
run: mike deploy --update-aliases 0.1 latest
- name: Build mkdocs site
run: mkdocs gh-deploy
run: mkdocs gh-deploy --force

0 comments on commit 11b922f

Please sign in to comment.