guide: fixups to build
This commit is contained in:
parent
6c577962bb
commit
f953059880
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Setup mdBook
|
||||
uses: peaceiris/actions-mdbook@v1
|
||||
with:
|
||||
mdbook-version: '0.4.9'
|
||||
mdbook-version: '0.4.7'
|
||||
|
||||
- name: Prepare tag
|
||||
id: prepare_tag
|
||||
|
|
|
@ -4,4 +4,4 @@ description = "PyO3 user guide"
|
|||
author = "PyO3 Project and Contributors"
|
||||
|
||||
[preprocessor.pyo3_version]
|
||||
command = "python guide/pyo3_version.py"
|
||||
command = "python3 guide/pyo3_version.py"
|
||||
|
|
Loading…
Reference in New Issue