Skip to content

Commit

Permalink
Update mdbook.yml
Browse files Browse the repository at this point in the history
Add pandoc conversion step to build
  • Loading branch information
cbbcbail authored Jan 8, 2024
1 parent 9c4c306 commit e5278bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,17 @@ concurrency:
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
MDBOOK_VERSION: 0.4.36
steps:
- uses: docker://pandoc/core:3.1
with:
args: >- # allows you to break string into multiple lines
-t markdown_strict
--citeproc AnnotatedBibliography.md
-o src/AnnotatedBibliography.md
- uses: actions/checkout@v4
- name: Install mdBook
run: |
Expand Down

0 comments on commit e5278bc

Please sign in to comment.