-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from stakater/fix-mermaid
Update python dependancy
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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 }} | ||
|
||
|