Skip to content

Commit c38f85b

Browse files
authored
Merge pull request #346 from mainmatter/externalize-helpers
move mdbook plugins to their own repos
2 parents 8052651 + d2add0c commit c38f85b

7 files changed

Lines changed: 2 additions & 448 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
sed -i 's/CoreSansA45.ttf/Open Sans:style=Regular/g' book/book.toml
4343
- uses: actions-rust-lang/setup-rust-toolchain@v1
4444
- name: Install exercise plugin
45-
run: cargo install --path helpers/mdbook-exercise-linker
45+
run: cargo install --git https://github.com/mainmatter/mdbook-exercise-linker
4646
- name: Install link shortener plugin
47-
run: cargo install --path helpers/mdbook-link-shortener
47+
run: cargo install --git https://github.com/mainmatter/mdbook-link-shortener
4848
- name: Install mdbook-pandoc, calibre, pdftk and related dependencies
4949
run: |
5050
cargo install mdbook-pandoc --locked --version 0.11.0

helpers/mdbook-exercise-linker/Cargo.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

helpers/mdbook-exercise-linker/src/lib.rs

Lines changed: 0 additions & 67 deletions
This file was deleted.

helpers/mdbook-exercise-linker/src/main.rs

Lines changed: 0 additions & 68 deletions
This file was deleted.

helpers/mdbook-link-shortener/Cargo.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

helpers/mdbook-link-shortener/src/lib.rs

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)