File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 run : echo ${{ steps.project.outputs.version }}
108108
109109 - name : Deploy Asciidoc docs output to GitHub Pages
110- uses : JamesIves/github-pages-deploy-action@v4.2.2
110+ uses : JamesIves/github-pages-deploy-action@v4.3.3
111111 with :
112112 branch : gh-pages # The branch the action should deploy to.
113113 folder : spring-boot-admin-docs/target/generated-docs # The folder the action should deploy.
Original file line number Diff line number Diff line change 6060 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
6161
6262 - name : Deploy Asciidoc docs output to GitHub Pages
63- uses : JamesIves/github-pages-deploy-action@v4.2.2
63+ uses : JamesIves/github-pages-deploy-action@v4.3.3
6464 with :
6565 branch : gh-pages # The branch the action should deploy to.
6666 folder : spring-boot-admin-docs/target/generated-docs # The folder the action should deploy.
You can’t perform that action at this time.
0 commit comments