Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanfox5 committed Nov 26, 2024
1 parent fd6f87b commit 0c9d402
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocs-glightbox mdx-truly-sane-lists mkdocs-minify-plugin
- run: pip install mkdocs-material mkdocs-glightbox mdx-truly-sane-lists mkdocs-minify-plugin "mkdocs-material[imaging]"
- run: mkdocs gh-deploy -f docs/mkdocs.yml --force
6 changes: 3 additions & 3 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ markdown_extensions:
plugins:
- glightbox
- search
- social
- cards_layout_options:
background_color: "#1E2129"
- social:
cards_layout_options:
background_color: "#1E2129"
- minify:
minify_html: true

Expand Down

0 comments on commit 0c9d402

Please sign in to comment.