a
This commit is contained in:
parent
18be04ff6b
commit
ed94508ae2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -36,10 +36,12 @@ jobs:
|
|||
|
||||
- name: mdbook
|
||||
uses: peaceiris/actions-mdbook@v1
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
with:
|
||||
mdbook-version: 'latest'
|
||||
|
||||
- name: install-cargo-deb
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
cargo install mdbook --version 0.4.7
|
||||
cargo install cargo-deb --version 1.29.1
|
||||
|
|
Loading…
Reference in a new issue