We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/DiffDetective/
1 parent 74eca7d commit fe54cceCopy full SHA for fe54cce
1 file changed
.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
27
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' }}
28
uses: actions/upload-pages-artifact@v1
29
with:
30
- path: result/share/github-pages
+ path: result/share/github-pages/DiffDetective
31
32
# An additional job is recommened in the documentation of `actions/deploy-pages`
33
deploy-javadoc:
0 commit comments