Skip to content

Commit a5a9d8d

Browse files
committed
single-commit: true for gh-pages branch
1 parent 85cbfe1 commit a5a9d8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080

8181
- name: Deploy Documentation
8282
if: github.ref == 'refs/heads/master'
83-
uses: JamesIves/github-pages-deploy-action@v4.4.1
83+
uses: JamesIves/github-pages-deploy-action@v4.7.3
8484
with:
8585
branch: gh-pages # The branch the action should deploy to.
8686
folder: doc # The folder the action should deploy.
87+
single-commit: true

0 commit comments

Comments
 (0)