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 8484 run : echo ${{ steps.project.outputs.version }}
8585
8686 - name : Deploy Asciidoc docs output to GitHub Pages
87- uses : JamesIves/github-pages-deploy-action@3.7.1
87+ uses : JamesIves/github-pages-deploy-action@4.1.5
8888 with :
8989 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9090 BRANCH : gh-pages # The branch the action should deploy to.
Original file line number Diff line number Diff line change 4949 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
5050
5151 - name : Deploy Asciidoc docs output to GitHub Pages
52- uses : JamesIves/github-pages-deploy-action@3.7.1
52+ uses : JamesIves/github-pages-deploy-action@4.1.5
5353 with :
5454 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5555 BRANCH : gh-pages # The branch the action should deploy to.
You can’t perform that action at this time.
0 commit comments