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 5834a57 commit f80a8abCopy full SHA for f80a8ab
.github/workflows/kani.yml
@@ -132,7 +132,7 @@ jobs:
132
# When we're pushed to main branch, only then actually publish the docs.
133
- name: Publish Documentation
134
if: ${{ github.event_name == 'push' && startsWith('refs/heads/main', github.ref) }}
135
- uses: JamesIves/github-pages-deploy-action@v4.3.3
+ uses: JamesIves/github-pages-deploy-action@v4
136
with:
137
branch: gh-pages
138
folder: docs/book/
0 commit comments