We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa9113 commit 12e372eCopy full SHA for 12e372e
.github/workflows/CI.yml
@@ -150,7 +150,6 @@ jobs:
150
with:
151
branch: gh-pages # The branch the action should deploy to.
152
folder: doc # The folder the action should deploy.
153
- single-commit: true
154
clean: true
155
clean-exclude: |
156
prev
@@ -172,6 +171,7 @@ jobs:
172
171
173
174
target-folder: prev/${{github.ref_name}} # deploy to a version-specific folder
+ single-commit: true
175
176
- name: Upload coverage
177
if: matrix.gcc_v == 7
0 commit comments