Skip to content

Commit 6da018e

Browse files
authored
fixed mkdocs version
1 parent ea2484c commit 6da018e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Install MkDocs
3838
run: |
39-
pip install mkdocs
39+
pip install mkdocs==1.6.1
4040
4141
- name: Build Documentation
4242
run: mkdocs build
@@ -77,4 +77,4 @@ jobs:
7777
git config user.email [email protected]
7878
git add .
7979
git commit -m "Update documentation"
80-
git push
80+
git push

0 commit comments

Comments
 (0)