Skip to content

Commit 16e3ce6

Browse files
committed
chore(deps): update jamesives/github-pages-deploy-action action to v4.7.6
2 parents e159c36 + c5c8283 commit 16e3ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
key: jdk-maven-${{ hashFiles('**/pom.xml') }}
2424
restore-keys: jdk-maven-
2525
- run: mvn clean site -Psite -Dinvoker.skip -DskipTests --errors --batch-mode
26-
- uses: JamesIves/github-pages-deploy-action@v4.7.4
26+
- uses: JamesIves/github-pages-deploy-action@v4.7.6
2727
with:
2828
branch: gh-pages
2929
folder: target/site
3030
target-folder: ${{ github.ref_name }}
3131
clean: false
32-
- uses: JamesIves/github-pages-deploy-action@v4.7.4
32+
- uses: JamesIves/github-pages-deploy-action@v4.7.6
3333
with:
3434
branch: gh-pages
3535
folder: target/site

0 commit comments

Comments
 (0)