Skip to content

Commit cd16bbe

Browse files
Added command to install mkdocs
1 parent 9c82d14 commit cd16bbe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/mkdocs-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
with:
2020
python-version: '3.x'
2121

22+
- name: Install mkdocs
23+
run: |
24+
python -m pip install --upgrade pip
25+
pip install mkdocs
26+
2227
- name: Deploy
2328
run: |
2429
git pull

0 commit comments

Comments
 (0)