Skip to content

Commit

Permalink
Remove faulty dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
denismerigoux committed Nov 12, 2024
1 parent 53649c5 commit 686ac07
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install mdbook-curly-quotes
cargo install --version ${MDBOOK_VERSION} mdbook
- name: Setup Pages
id: pages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ for creating HTML books from Markdown files.

The dependencies for building the book can be installed through `cargo` with:

cargo install mdbook mdbook-curly-quotes mdbook-wordcount
cargo install mdbook mdbook-curly-quotes

The book can be previewed locally
in a Web browser using the following command:
Expand Down
1 change: 0 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ title = "The Catala domain-specific programming language"

[preprocessor.curly-quotes]

[output.wordcount]
[output.html]

0 comments on commit 686ac07

Please sign in to comment.