Skip to content

Commit a9e9425

Browse files
committed
use relative paths for javadoc task
1 parent 6a9cb1e commit a9e9425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build Artifact
2222
uses: actions/upload-pages-artifact@v1.0.5
2323
with:
24-
path: /build/docs/javadoc
24+
path: ./build/docs/javadoc
2525
deploy-javadoc:
2626
needs: build-javadoc
2727
permissions:

0 commit comments

Comments
 (0)