We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cbfe1 commit a5a9d8dCopy full SHA for a5a9d8d
.github/workflows/CI.yml
@@ -80,7 +80,8 @@ jobs:
80
81
- name: Deploy Documentation
82
if: github.ref == 'refs/heads/master'
83
- uses: JamesIves/github-pages-deploy-action@v4.4.1
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
84
with:
85
branch: gh-pages # The branch the action should deploy to.
86
folder: doc # The folder the action should deploy.
87
+ single-commit: true
0 commit comments