Skip to content

Commit 94e7818

Browse files
authored
Single-commit gh-pages (rust-lang#1123)
1 parent b0ba734 commit 94e7818

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/kani.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ jobs:
6565
# When we're pushed to main branch, only then actually publish the docs.
6666
- name: Publish Documentation
6767
if: ${{ github.event_name == 'push' && startsWith('refs/heads/main', github.ref) }}
68-
uses: JamesIves/github-pages-deploy-action@4.1.4
68+
uses: JamesIves/github-pages-deploy-action@v4.3.3
6969
with:
7070
branch: gh-pages
7171
folder: docs/book/
72+
single-commit: true
7273

7374
releasebundle:
7475
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)