We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2518b commit 29bc9e5Copy full SHA for 29bc9e5
1 file changed
.github/workflows/maven.yml
@@ -47,7 +47,7 @@ jobs:
47
if: github.ref == 'refs/heads/master' && success()
48
uses: actions/upload-pages-artifact@v3
49
with:
50
- path: target/site # Change this to your docs/site output folder
+ path: target/apidocs
51
52
deploy:
53
environment:
0 commit comments