Skip to content

Commit 9fd6380

Browse files
committed
Update mdbook reference to trail-of-forks
1 parent 9cf345d commit 9fd6380

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ We utilize `mdbook` to generate [secure-contracts.com](https://secure-contracts.
6868

6969
To 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
7373
mdbook 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.

0 commit comments

Comments
 (0)