Skip to content

Commit 104a683

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.7.1 (#3879)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e21e52a commit 104a683

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: echo ${{ steps.project.outputs.version }}
8585

8686
- name: Deploy Asciidoc docs output to GitHub Pages
87-
uses: JamesIves/github-pages-deploy-action@v4.6.9
87+
uses: JamesIves/github-pages-deploy-action@v4.7.1
8888
with:
8989
branch: gh-pages # The branch the action should deploy to.
9090
folder: spring-boot-admin-docs/target/generated-docs # The folder the action should deploy.

.github/workflows/release-to-maven-central.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ jobs:
6666
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
6767

6868
- name: Deploy Asciidoc docs output to GitHub Pages
69-
uses: JamesIves/github-pages-deploy-action@v4.6.9
69+
uses: JamesIves/github-pages-deploy-action@v4.7.1
7070
with:
7171
branch: gh-pages # The branch the action should deploy to.
7272
folder: spring-boot-admin-docs/target/generated-docs # The folder the action should deploy.
7373
target-folder: ${{ github.event.inputs.releaseversion }}
7474
clean: true # Automatically remove deleted files from the deploy branch
7575

7676
- name: Deploy Asciidoc docs output to GitHub Pages
77-
uses: JamesIves/github-pages-deploy-action@v4.6.9
77+
uses: JamesIves/github-pages-deploy-action@v4.7.1
7878
if: github.event.inputs.copyDocsToCurrent == 'true'
7979
with:
8080
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)