diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index 3c3fd0e8173..a619270a5ba 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.1 + uses: JamesIves/github-pages-deploy-action@v4.6.3 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 a429ad6c6fc..4c29f76b79a 100644 --- a/.github/workflows/release-to-maven-central.yml +++ b/.github/workflows/release-to-maven-central.yml @@ -65,7 +65,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.1 + uses: JamesIves/github-pages-deploy-action@v4.6.3 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. @@ -73,7 +73,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.1 + uses: JamesIves/github-pages-deploy-action@v4.6.3 if: github.event.inputs.copyDocsToCurrent == 'true' with: branch: gh-pages # The branch the action should deploy to.