Skip to content

Commit

Permalink
chore: Update Maven plugin version for generating Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 15, 2024
1 parent 482b251 commit 89edc5e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Make Javadoc
run: mvn -B clean compile javadoc:javadoc javadoc:aggregate
- name: Move the Javadoc to docs/static/api/
run: mv ./target/apidocs ./docs/static/api && echo && echo 'ls ./docs/static/api' && ls ./docs/static/api
run: mv ./target/site/apidocs ./docs/static/api && echo && echo 'ls ./docs/static/api' && ls ./docs/static/api
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down
67 changes: 35 additions & 32 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/static/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# STATIC

0 comments on commit 89edc5e

Please sign in to comment.