We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ba734 commit 94e7818Copy full SHA for 94e7818
.github/workflows/kani.yml
@@ -65,10 +65,11 @@ jobs:
65
# When we're pushed to main branch, only then actually publish the docs.
66
- name: Publish Documentation
67
if: ${{ github.event_name == 'push' && startsWith('refs/heads/main', github.ref) }}
68
- uses: JamesIves/github-pages-deploy-action@4.1.4
+ uses: JamesIves/github-pages-deploy-action@v4.3.3
69
with:
70
branch: gh-pages
71
folder: docs/book/
72
+ single-commit: true
73
74
releasebundle:
75
runs-on: ${{ matrix.os }}
0 commit comments