Skip to content

Commit addc925

Browse files
committed
set single-commit=true for doc branch
see if this clears the commit history. Fixes #583
1 parent 1147599 commit addc925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ 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
153154
clean: true
154155
clean-exclude: |
155156
prev
@@ -166,7 +167,7 @@ jobs:
166167
167168
- name: Deploy documentation for tagged release
168169
if: matrix.gcc_v == 7 && startsWith(github.ref, 'refs/tags/')
169-
uses: JamesIves/github-pages-deploy-action@v4.6.1
170+
uses: JamesIves/github-pages-deploy-action@v4.7.3
170171
with:
171172
branch: gh-pages # The branch the action should deploy to.
172173
folder: doc # The folder the action should deploy.

0 commit comments

Comments
 (0)