Skip to content

Commit

Permalink
feat: add total count
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jun 25, 2023
1 parent 74a3dc4 commit 3f76de4
Show file tree
Hide file tree
Showing 6 changed files with 2,088 additions and 1 deletion.
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 --path .
cargo install --version ${MDBOOK_VERSION} mdbook
# cargo install mdbook-epub
- name: Setup Pages
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
book
.idea


# Added by cargo

/target
Loading

0 comments on commit 3f76de4

Please sign in to comment.