We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b02dc commit a27c4efCopy full SHA for a27c4ef
.github/workflows/release.yml
@@ -161,7 +161,7 @@ jobs:
161
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}
162
163
- name: Deploy to Github pages
164
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
165
with:
166
github_token: ${{ secrets.GITHUB_TOKEN }}
167
publish_dir: ./${{ env.PRIMARY_MAVEN_MODULE }}/target/site
0 commit comments