Skip to content

Commit 8af65c4

Browse files
committed
Add workflow
1 parent fa71e3a commit 8af65c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/javadoc.yaml

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

6060
- name: "Save JavaDoc path"
6161
id: javadoc-path
62-
run: echo "JAVADOC_DIR=$(pwd)/target/reports/apidocs" >> $GITHUB_OUTPUT
62+
run: echo "JAVADOC_DIR=$(pwd)/target" >> $GITHUB_OUTPUT
6363

6464
- name: "Checkout Docs Repository"
6565
uses: actions/checkout@v4

0 commit comments

Comments
 (0)