Skip to content

Commit

Permalink
[ci] relative path for upload pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Mar 11, 2024
1 parent 4bea2b2 commit 1e664d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: actions/upload-pages-artifact@v3.0.1
with:
path: $GITHUB_WORKSPACE/target/__site
path: target/__site
- id: deployment
uses: actions/deploy-pages@v4.0.4
- name: Remove Snapshots Before Caching
Expand Down

0 comments on commit 1e664d2

Please sign in to comment.