mirror of
https://github.com/block/goose.git
synced 2026-05-01 04:59:37 +00:00
ci: add include-markdown for mkdocs (#100)
This commit is contained in:
parent
194f0c14ff
commit
c508de27cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_docs.yaml
vendored
2
.github/workflows/deploy_docs.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue