Skip to content

Commit

Permalink
different javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdmiller committed Jan 6, 2025
1 parent daad68a commit b883871
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 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] mkdocstrings-handlers
run: pip install mkdocs-material

- name: Build website
run: mkdocs build
Expand All @@ -32,3 +32,11 @@ jobs:
branch: gh-pages
clean-exclude: pr-preview
force: false

- name: Deploy JavaDoc
uses: MathieuSoysal/[email protected]
with:
javadoc-branch: javadoc
java-version: 17
target-folder: javadoc
project: gradle

0 comments on commit b883871

Please sign in to comment.