Skip to content

Commit

Permalink
Single-commit gh-pages (rust-lang#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
tedinski authored Apr 27, 2022
1 parent b0ba734 commit 94e7818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ jobs:
# When we're pushed to main branch, only then actually publish the docs.
- name: Publish Documentation
if: ${{ github.event_name == 'push' && startsWith('refs/heads/main', github.ref) }}
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages
folder: docs/book/
single-commit: true

releasebundle:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 94e7818

Please sign in to comment.