Skip to content

Commit cf4ec2b

Browse files
committed
Upgrade pandoc to fix epub issue
1 parent 3f9a973 commit cf4ec2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
mkdir output # create output dir
1717
1818
- name: Create PDF
19-
uses: docker://pandoc/latex:2.9
19+
uses: docker://pandoc/latex:2.10
2020
with:
2121
args: --pdf-engine=xelatex --output=output/${{env.FILE_NAME}}.pdf README.md
2222

2323
- name: Create epub
24-
uses: docker://pandoc/latex:2.9
24+
uses: docker://pandoc/latex:2.10
2525
with:
2626
args: --output=output/${{env.FILE_NAME}}.epub README.md
2727

0 commit comments

Comments
 (0)