Skip to content

Commit 29bc9e5

Browse files
authored
Change upload path to target/apidocs
Updated the artifact path for uploading pages.
1 parent 6b2518b commit 29bc9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: github.ref == 'refs/heads/master' && success()
4848
uses: actions/upload-pages-artifact@v3
4949
with:
50-
path: target/site # Change this to your docs/site output folder
50+
path: target/apidocs
5151

5252
deploy:
5353
environment:

0 commit comments

Comments
 (0)