Skip to content

Commit 29b644a

Browse files
committed
Update Javadoc output path in Workflow
The default superdirectory was changed by apache/maven-reporting-impl#26 and introduced in apache/maven-javadoc-plugin#204.
1 parent 0b3877a commit 29b644a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/upload-pages-artifact@v3
3434
with:
35-
path: target/site/apidocs
35+
path: target/reports/apidocs
3636

3737
deploy:
3838
needs: build

0 commit comments

Comments
 (0)