Skip to content

Commit

Permalink
correct Javadoc location
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Sep 12, 2024
1 parent dda4ab6 commit 55cc6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/site/apidocs
publish_dir: ./target/reports/apidocs
- name: Release
uses: HSGamer/action-mcreleaser@main
with:
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<link>https://hsgamer.github.io/HSCore/</link>
<link>https://projectunified.github.io/MineLib/</link>
</links>
<outputDirectory>${project.build.directory}/reports</outputDirectory>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 55cc6b6

Please sign in to comment.