mirror of
https://github.com/block/goose.git
synced 2026-04-28 19:49:51 +00:00
docs: add callout plugin (#119)
This commit is contained in:
parent
499f37f306
commit
dfecf829a8
1 changed files with 5 additions and 1 deletions
6
.github/workflows/deploy_docs.yaml
vendored
6
.github/workflows/deploy_docs.yaml
vendored
|
|
@ -24,7 +24,11 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install mkdocs mkdocs-material mkdocs-include-markdown-plugin
|
||||
pip install \
|
||||
mkdocs \
|
||||
mkdocs-callouts \
|
||||
mkdocs-include-markdown-plugin \
|
||||
mkdocs-material
|
||||
|
||||
- name: Build the documentation
|
||||
run: mkdocs build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue