We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1147599 commit addc925Copy full SHA for addc925
.github/workflows/CI.yml
@@ -150,6 +150,7 @@ 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
@@ -166,7 +167,7 @@ jobs:
166
167
168
- name: Deploy documentation for tagged release
169
if: matrix.gcc_v == 7 && startsWith(github.ref, 'refs/tags/')
- uses: JamesIves/github-pages-deploy-action@v4.6.1
170
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
171
172
173
0 commit comments