Skip to content

Commit 7f8867d

Browse files
Fix github workflow
1 parent c599720 commit 7f8867d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: '3.x'
2222
- name: Install dependencies
23-
run: pip install mkdocs mkdocs-material
23+
run: pip install mkdocs mkdocs-material markdown-include
2424
- name: Build site
2525
run: mkdocs build
2626
- name: Setup Pages

0 commit comments

Comments
 (0)