diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index 26c94e9183b..1610335ee16 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -88,7 +88,7 @@ jobs: run: ./mvnw -B --no-transfer-progress site - name: Deploy documentation to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages folder: spring-boot-admin-docs/target/generated-docs/build diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index c3454632084..db601a03f85 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -50,7 +50,7 @@ jobs: run: ./mvnw -B --no-transfer-progress -pl spring-boot-admin-docs site - name: Deploy documentation to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages folder: spring-boot-admin-docs/target/generated-docs/build @@ -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.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 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.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 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 5280be1243b..8db018e2645 100644 --- a/.github/workflows/release-to-maven-central.yml +++ b/.github/workflows/release-to-maven-central.yml @@ -78,7 +78,7 @@ jobs: run: ./mvnw -B --no-transfer-progress -pl spring-boot-admin-docs site - name: Deploy documentation to GitHub Pages for version ${{ github.event.inputs.releaseversion }} - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: gh-pages folder: spring-boot-admin-docs/target/generated-docs/build @@ -86,7 +86,7 @@ jobs: clean: true - name: Deploy redirect for /current to /${{ github.event.inputs.releaseversion }} - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 if: github.event.inputs.copyDocsToCurrent == 'true' with: branch: gh-pages @@ -95,7 +95,7 @@ jobs: clean: true - name: Deploy deeplink redirect for /current/* to /${{ github.event.inputs.releaseversion }}/* - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 if: github.event.inputs.copyDocsToCurrent == 'true' with: branch: gh-pages