Skip to content

Commit b8e2442

Browse files
committed
upgrade github-pages-deploy-action
Signed-off-by: Hervé Boutemy <[email protected]>
1 parent 2c95cf2 commit b8e2442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
run: mvn --no-transfer-progress verify site
1919
- name: Deploy documentation
2020
if: ${{ github.ref == 'refs/heads/master' }}
21-
uses: JamesIves/github-pages-deploy-action@releases/v3
21+
uses: JamesIves/github-pages-deploy-action@v4.7.1
2222
with:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
BRANCH: gh-pages
25-
FOLDER: target/site
25+
FOLDER: target/site

0 commit comments

Comments
 (0)