Skip to content

Commit 12e372e

Browse files
committed
move single-commit to tagged releases
1 parent 8fa9113 commit 12e372e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ jobs:
150150
with:
151151
branch: gh-pages # The branch the action should deploy to.
152152
folder: doc # The folder the action should deploy.
153-
single-commit: true
154153
clean: true
155154
clean-exclude: |
156155
prev
@@ -172,6 +171,7 @@ jobs:
172171
branch: gh-pages # The branch the action should deploy to.
173172
folder: doc # The folder the action should deploy.
174173
target-folder: prev/${{github.ref_name}} # deploy to a version-specific folder
174+
single-commit: true
175175

176176
- name: Upload coverage
177177
if: matrix.gcc_v == 7

0 commit comments

Comments
 (0)