Skip to content

Commit

Permalink
Fix mike deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor authored and EliasBoulharts committed Nov 10, 2023
1 parent 11bf139 commit 893ac56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-merge-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs mkdocs-material mike
pip install mkdocs==1.5.3 mkdocs-material==9.4.2 mike==1.1.2
- name: Get current branch name
shell: bash
Expand Down

0 comments on commit 893ac56

Please sign in to comment.