diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index 12a603652c9..d1191288877 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.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.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/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index 815be345dfb..a9c9a835e3c 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -50,7 +50,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Deploy documentation to GitHub Pages for version ${{ github.event.inputs.releaseversion }} - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages folder: spring-boot-admin-docs/target/generated-docs @@ -58,7 +58,7 @@ jobs: clean: true - name: Deploy redirect for /current to /${{ github.event.inputs.releaseversion }} - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 if: github.event.inputs.copyDocsToCurrent == 'true' with: branch: gh-pages @@ -67,7 +67,7 @@ jobs: clean: true - name: Deploy deeplink redirect for /current/* to /${{ github.event.inputs.releaseversion }}/* - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 if: github.event.inputs.copyDocsToCurrent == 'true' with: branch: gh-pages diff --git a/.github/workflows/release-to-maven-central.yml b/.github/workflows/release-to-maven-central.yml index 29bd2d19be2..2ff5e99a13c 100644 --- a/.github/workflows/release-to-maven-central.yml +++ b/.github/workflows/release-to-maven-central.yml @@ -73,7 +73,7 @@ jobs: MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - name: Deploy documentation to GitHub Pages for version ${{ github.event.inputs.releaseversion }} - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages folder: spring-boot-admin-docs/target/generated-docs @@ -81,7 +81,7 @@ jobs: clean: true - name: Deploy redirect for /current to /${{ github.event.inputs.releaseversion }} - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 if: github.event.inputs.copyDocsToCurrent == 'true' with: branch: gh-pages @@ -90,7 +90,7 @@ jobs: clean: true - name: Deploy deeplink redirect for /current/* to /${{ github.event.inputs.releaseversion }}/* - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 if: github.event.inputs.copyDocsToCurrent == 'true' with: branch: gh-pages