Skip to content

Commit f74ea9f

Browse files
committed
Upgrade pandoc to 2.10 version
1 parent 1836b4e commit f74ea9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
mkdir output # create output dir
1919
2020
- name: Create PDF
21-
uses: docker://pandoc/latex:2.9
21+
uses: docker://pandoc/latex:2.10
2222
with:
2323
args: --pdf-engine=xelatex --output=output/${{env.FILE_NAME}}.pdf README.md
2424

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

0 commit comments

Comments
 (0)