Skip to content

Commit

Permalink
guide: bump mdbook to 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jul 20, 2021
1 parent 7957521 commit 6e0fb9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
toolchain: nightly
profile: minimal

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.7'
mdbook-version: "0.4.10"

- name: Prepare tag
id: prepare_tag
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./gh-pages-build/
destination_dir: ${{ steps.prepare_tag.outputs.tag_name }}
full_commit_message: 'Upload documentation for ${{ steps.prepare_tag.outputs.tag_name }}'
full_commit_message: "Upload documentation for ${{ steps.prepare_tag.outputs.tag_name }}"

release:
needs: build
Expand All @@ -74,5 +74,5 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public/
full_commit_message: 'Release ${{ needs.build.outputs.tag_name }}'
full_commit_message: "Release ${{ needs.build.outputs.tag_name }}"
keep_files: true
2 changes: 1 addition & 1 deletion guide/pyo3_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- {{#PYO3_CRATE_VERSION}} with a relevant toml snippet (e.g. version = "0.13.2")
Tested against mdbook 0.4.9.
Tested against mdbook 0.4.10.
"""

import json
Expand Down

0 comments on commit 6e0fb9e

Please sign in to comment.