Skip to content

Commit f80a8ab

Browse files
authored
Make bookrunner job use latest pages-deploy-action (rust-lang#2411)
1 parent 5834a57 commit f80a8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kani.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# When we're pushed to main branch, only then actually publish the docs.
133133
- name: Publish Documentation
134134
if: ${{ github.event_name == 'push' && startsWith('refs/heads/main', github.ref) }}
135-
uses: JamesIves/github-pages-deploy-action@v4.3.3
135+
uses: JamesIves/github-pages-deploy-action@v4
136136
with:
137137
branch: gh-pages
138138
folder: docs/book/

0 commit comments

Comments
 (0)