Skip to content

Commit 9289044

Browse files
authored
Merge pull request #119 from VariantSync/develop
Remove one level `/DiffDetective/` from the GitHub pages URL
2 parents d600030 + fe54cce commit 9289044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' }}
2828
uses: actions/upload-pages-artifact@v1
2929
with:
30-
path: result/share/github-pages
30+
path: result/share/github-pages/DiffDetective
3131

3232
# An additional job is recommened in the documentation of `actions/deploy-pages`
3333
deploy-javadoc:

0 commit comments

Comments
 (0)