We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9cb1e commit a9e9425Copy full SHA for a9e9425
1 file changed
.github/workflows/javadoc.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build Artifact
22
uses: actions/upload-pages-artifact@v1.0.5
23
with:
24
- path: /build/docs/javadoc
+ path: ./build/docs/javadoc
25
deploy-javadoc:
26
needs: build-javadoc
27
permissions:
0 commit comments