File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 submodules : true
2626 - name : Install mdbook
2727 run : |
28- cargo install --git https://github.com/montyly /mdBook.git mdbook || true
28+ cargo install --git https://github.com/trail-of-forks /mdBook.git --branch building-secure-contracts mdbook || true
2929 - name : Build artifacts
3030 run : mdbook build
3131 - name : Upload artifact
Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ We utilize `mdbook` to generate [secure-contracts.com](https://secure-contracts.
6868
6969To run it locally:
7070
71- ```
72- cargo install --git https://github.com/montyly /mdBook.git mdbook
71+ ``` bash
72+ cargo install --git https://github.com/trail-of-forks /mdBook.git --branch building-secure-contracts mdbook
7373mdbook build
7474```
7575
76- Note: We use https://github.com/montyly /mdBook.git , which contains https://github.com/rust-lang/mdBook/pull/1584 .
76+ Note: We use https://github.com/trail-of-forks /mdBook.git , which contains https://github.com/rust-lang/mdBook/pull/1584 .
You can’t perform that action at this time.
0 commit comments