File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146
147147 - name : Deploy Documentation for master
148148 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
150150 with :
151151 branch : gh-pages # The branch the action should deploy to.
152152 folder : doc # The folder the action should deploy.
@@ -166,11 +166,12 @@ jobs:
166166
167167 - name : Deploy documentation for tagged release
168168 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
170170 with :
171171 branch : gh-pages # The branch the action should deploy to.
172172 folder : doc # The folder the action should deploy.
173173 target-folder : prev/${{github.ref_name}} # deploy to a version-specific folder
174+ single-commit : true
174175
175176 - name : Upload coverage
176177 if : matrix.gcc_v == 7
You can’t perform that action at this time.
0 commit comments