Skip to content

Commit

Permalink
ci: add include-markdown for mkdocs (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamchau authored and lily-de committed Oct 7, 2024
1 parent 5803772 commit 4fc2e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fc2e3c

Please sign in to comment.