mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-28 11:34:26 +01:00
docs: add callout plugin (#119)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user