Skip to content

Commit 89edc5e

Browse files
committed
chore: Update Maven plugin version for generating Javadocs
1 parent 482b251 commit 89edc5e

File tree

3 files changed

+37
-33
lines changed

3 files changed

+37
-33
lines changed

.github/workflows/hugo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Make Javadoc
6565
run: mvn -B clean compile javadoc:javadoc javadoc:aggregate
6666
- name: Move the Javadoc to docs/static/api/
67-
run: mv ./target/apidocs ./docs/static/api && echo && echo 'ls ./docs/static/api' && ls ./docs/static/api
67+
run: mv ./target/site/apidocs ./docs/static/api && echo && echo 'ls ./docs/static/api' && ls ./docs/static/api
6868
- name: Setup Pages
6969
id: pages
7070
uses: actions/configure-pages@v3

.idea/workspace.xml

+35-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# STATIC

0 commit comments

Comments
 (0)