diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index 7022cbdd7cd..10854f49829 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -84,7 +84,7 @@ jobs: run: echo ${{ steps.project.outputs.version }} - name: Deploy Asciidoc docs output to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages # The branch the action should deploy to. folder: spring-boot-admin-docs/target/generated-docs # The folder the action should deploy. diff --git a/.github/workflows/release-to-maven-central.yml b/.github/workflows/release-to-maven-central.yml index 502e280a50e..bb00b04716a 100644 --- a/.github/workflows/release-to-maven-central.yml +++ b/.github/workflows/release-to-maven-central.yml @@ -66,7 +66,7 @@ jobs: MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - name: Deploy Asciidoc docs output to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages # The branch the action should deploy to. folder: spring-boot-admin-docs/target/generated-docs # The folder the action should deploy. @@ -74,7 +74,7 @@ jobs: clean: true # Automatically remove deleted files from the deploy branch - name: Deploy Asciidoc docs output to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 if: github.event.inputs.copyDocsToCurrent == 'true' with: branch: gh-pages # The branch the action should deploy to.