Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbcbail committed Mar 19, 2024
2 parents 34a2002 + 41b25ce commit 7923fc4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
-t markdown_strict
--citeproc ./estimation.md
-o ./src/estimation.md
- uses: docker://pandoc/core:3.1
with:
args: >- # allows you to break string into multiple lines
-t markdown_strict
--citeproc ./rounding.md
-o ./src/rounding.md
- name: Install mdBook
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
Expand Down

0 comments on commit 7923fc4

Please sign in to comment.