Skip to content

Commit

Permalink
install missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdmiller committed Jan 6, 2025
1 parent 5f888d7 commit daad68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: 3.x

- name: Install dependencies
run: pip install mkdocs-material mkdocs-autodoc mkdocstrings[java]
run: pip install mkdocs-material mkdocs-autodoc mkdocstrings[java] mkdocstrings-handlers

- name: Build website
run: mkdocs build
Expand Down

0 comments on commit daad68a

Please sign in to comment.