Skip to content

Commit 668b88d

Browse files
committed
single-commit: true for gh-pages branch
1 parent b1369bd commit 668b88d

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
@@ -85,7 +85,8 @@ jobs:
8585

8686
- name: Deploy Documentation
8787
if: github.ref == 'refs/heads/master'
88-
uses: JamesIves/github-pages-deploy-action@v4.4.1
88+
uses: JamesIves/github-pages-deploy-action@v4.7.3
8989
with:
9090
branch: gh-pages # The branch the action should deploy to.
9191
folder: doc # The folder the action should deploy.
92+
single-commit: true

0 commit comments

Comments
 (0)