mirror of
https://github.com/p2p-ld/docs.git
synced 2025-01-09 22:04:26 +00:00
forgot to save the install command
This commit is contained in:
parent
03a71423b5
commit
7669f440dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
cache-all-crates: "true"
|
cache-all-crates: "true"
|
||||||
cache-targets: "false"
|
cache-targets: "false"
|
||||||
- run: cargo install --locked
|
- run: cargo install --locked --path .
|
||||||
|
|
||||||
# - name: Install latest mdbook
|
# - name: Install latest mdbook
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in a new issue