File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
run : echo ${{ steps.project.outputs.version }}
85
85
86
86
- name : Deploy Asciidoc docs output to GitHub Pages
87
- uses : JamesIves/github-pages-deploy-action@v4.6.9
87
+ uses : JamesIves/github-pages-deploy-action@v4.7.1
88
88
with :
89
89
branch : gh-pages # The branch the action should deploy to.
90
90
folder : spring-boot-admin-docs/target/generated-docs # The folder the action should deploy.
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ jobs:
66
66
MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
67
67
68
68
- name : Deploy Asciidoc docs output to GitHub Pages
69
- uses : JamesIves/github-pages-deploy-action@v4.6.9
69
+ uses : JamesIves/github-pages-deploy-action@v4.7.1
70
70
with :
71
71
branch : gh-pages # The branch the action should deploy to.
72
72
folder : spring-boot-admin-docs/target/generated-docs # The folder the action should deploy.
73
73
target-folder : ${{ github.event.inputs.releaseversion }}
74
74
clean : true # Automatically remove deleted files from the deploy branch
75
75
76
76
- name : Deploy Asciidoc docs output to GitHub Pages
77
- uses : JamesIves/github-pages-deploy-action@v4.6.9
77
+ uses : JamesIves/github-pages-deploy-action@v4.7.1
78
78
if : github.event.inputs.copyDocsToCurrent == 'true'
79
79
with :
80
80
branch : gh-pages # The branch the action should deploy to.
You can’t perform that action at this time.
0 commit comments