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 fa71e3a commit 8af65c4Copy full SHA for 8af65c4
.github/workflows/javadoc.yaml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: "Save JavaDoc path"
61
id: javadoc-path
62
- run: echo "JAVADOC_DIR=$(pwd)/target/reports/apidocs" >> $GITHUB_OUTPUT
+ run: echo "JAVADOC_DIR=$(pwd)/target" >> $GITHUB_OUTPUT
63
64
- name: "Checkout Docs Repository"
65
uses: actions/checkout@v4
0 commit comments