We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b5aea commit ca5e508Copy full SHA for ca5e508
.github/workflows/CI.yml
@@ -279,7 +279,8 @@ jobs:
279
280
- name: Deploy Documentation
281
if: ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }}
282
- uses: JamesIves/github-pages-deploy-action@4.1.0
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
283
with:
284
branch: gh-pages # The branch the action should deploy to.
285
folder: doc # The folder the action should deploy.
286
+ single-commit: true
0 commit comments