We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1369bd commit 668b88dCopy full SHA for 668b88d
.github/workflows/CI.yml
@@ -85,7 +85,8 @@ jobs:
85
86
- name: Deploy Documentation
87
if: github.ref == 'refs/heads/master'
88
- uses: JamesIves/github-pages-deploy-action@v4.4.1
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
89
with:
90
branch: gh-pages # The branch the action should deploy to.
91
folder: doc # The folder the action should deploy.
92
+ single-commit: true
0 commit comments