Skip to content

Commit

Permalink
Update mdbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbcbail authored Mar 18, 2024
1 parent b453f13 commit bf993ff
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 @@ -27,6 +27,12 @@ jobs:
MDBOOK_VERSION: 0.4.36
steps:
- uses: actions/checkout@v4
- uses: docker://pandoc/core:3.1
with:
args: >- # allows you to break string into multiple lines
-t markdown_strict
--citeproc ./partWhole.md
-o ./src/partwhole.md
- uses: docker://pandoc/core:3.1
with:
args: >- # allows you to break string into multiple lines
Expand Down

0 comments on commit bf993ff

Please sign in to comment.