Skip to content

Commit

Permalink
????
Browse files Browse the repository at this point in the history
  • Loading branch information
barajale committed Jan 23, 2025
1 parent 7c1e4c3 commit 444a45c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:

- name: Install MkDocs and Plugins
run: |
pip install mkdocstrings
pip install mkdocs-material mkdocstrings pymdown-extensions
pip install mkdocs-material mkdocstrings # Add any additional plugins you use
pip install mkdocstrings_handlers
- name: Build MkDocs Site
run: mkdocs build
Expand Down

0 comments on commit 444a45c

Please sign in to comment.