File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
147
147
- name : Deploy Documentation for master
148
148
if : matrix.gcc_v == 7 && github.ref == 'refs/heads/master'
149
- uses : JamesIves/github-pages-deploy-action@v4.6.1
149
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
150
150
with :
151
151
branch : gh-pages # The branch the action should deploy to.
152
152
folder : doc # The folder the action should deploy.
@@ -166,11 +166,12 @@ jobs:
166
166
167
167
- name : Deploy documentation for tagged release
168
168
if : matrix.gcc_v == 7 && startsWith(github.ref, 'refs/tags/')
169
- uses : JamesIves/github-pages-deploy-action@v4.6.1
169
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
170
170
with :
171
171
branch : gh-pages # The branch the action should deploy to.
172
172
folder : doc # The folder the action should deploy.
173
173
target-folder : prev/${{github.ref_name}} # deploy to a version-specific folder
174
+ single-commit : true
174
175
175
176
- name : Upload coverage
176
177
if : matrix.gcc_v == 7
You can’t perform that action at this time.
0 commit comments