Skip to content

Commit

Permalink
Merge pull request #108 from stakater/fix-mermaid
Browse files Browse the repository at this point in the history
Update python dependancy
  • Loading branch information
SheryarButt authored May 31, 2024
2 parents 93d6152 + 4ffd1a6 commit d5a9a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs_push_versioned_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: 3.11

- name: Install mike
run: pip3 install mike
run: pip3 install mike mkdocs-mermaid2-plugin

- name: Run prepare_theme.sh script from repository to merge theme_common and theme_override folders
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "stakater-user"
- name: Deploy content
run: mike deploy --push ${{ github.ref_name }}

Expand Down

0 comments on commit d5a9a87

Please sign in to comment.