We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda4ab6 commit 55cc6b6Copy full SHA for 55cc6b6
.github/workflows/maven-release.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: peaceiris/actions-gh-pages@v4
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
- publish_dir: ./target/site/apidocs
+ publish_dir: ./target/reports/apidocs
41
- name: Release
42
uses: HSGamer/action-mcreleaser@main
43
pom.xml
@@ -94,6 +94,7 @@
94
<link>https://hsgamer.github.io/HSCore/</link>
95
<link>https://projectunified.github.io/MineLib/</link>
96
</links>
97
+ <outputDirectory>${project.build.directory}/reports</outputDirectory>
98
</configuration>
99
<executions>
100
<execution>
0 commit comments