We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d600030 + fe54cce commit 9289044Copy full SHA for 9289044
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