Skip to content

Commit 92adea3

Browse files
committed
Fix deploy yaml
1 parent f6e307b commit 92adea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@v4
1818
with:
1919
python-version: '3.12'
20-
- run: pip install mkdocs mkdocs-material
20+
- run: pip install mkdocs mkdocs-material mkdocs-include-markdown-plugin
2121
- run: mkdocs build
2222
- uses: peaceiris/actions-gh-pages@v3
2323
with:

0 commit comments

Comments
 (0)