From dfecf829a83021b697bf2ecc1dbdd57d31727ddd Mon Sep 17 00:00:00 2001 From: Lam Chau Date: Fri, 4 Oct 2024 19:19:47 -0700 Subject: [PATCH] docs: add callout plugin (#119) --- .github/workflows/deploy_docs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index 7ca48667..792f24b2 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -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