Skip to content

Commit 55cc6b6

Browse files
committed
correct Javadoc location
1 parent dda4ab6 commit 55cc6b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: peaceiris/actions-gh-pages@v4
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
40-
publish_dir: ./target/site/apidocs
40+
publish_dir: ./target/reports/apidocs
4141
- name: Release
4242
uses: HSGamer/action-mcreleaser@main
4343
with:

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<link>https://hsgamer.github.io/HSCore/</link>
9595
<link>https://projectunified.github.io/MineLib/</link>
9696
</links>
97+
<outputDirectory>${project.build.directory}/reports</outputDirectory>
9798
</configuration>
9899
<executions>
99100
<execution>

0 commit comments

Comments
 (0)