Skip to content

Commit d0b20e8

Browse files
Merge pull request #584 from jacobwilliams/583-doc-deployment
set single-commit=true for doc branch
2 parents a25b1dd + 12e372e commit d0b20e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

+3-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)