Skip to content

Commit 4eabe3b

Browse files
committed
1 parent 8976deb commit 4eabe3b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/generate-pdf.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88
jobs:
99
convert_via_pandoc:
1010
runs-on: ubuntu-22.04
11+
container:
12+
image: pandoc/latex:2.9
13+
1114
steps:
12-
- uses: docker://pandoc/latex:2.9
13-
with:
14-
args: "--output=README.pdf /github/workspace/README.md" # gets appended to pandoc command
15+
- uses: actions/checkout@v2
16+
17+
- run: pandoc README.md -o README.pdf

0 commit comments

Comments
 (0)