ci: add include-markdown for mkdocs (#100)

This commit is contained in:
Lam Chau 2024-09-27 11:35:39 -07:00 committed by GitHub
parent 194f0c14ff
commit c508de27cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs mkdocs-material
pip install mkdocs mkdocs-material mkdocs-include-markdown-plugin
- name: Build the documentation
run: mkdocs build