Skip to content

Commit c162676

Browse files
authored
Update buildman.yml
Another attempt
1 parent 6a1b6aa commit c162676

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/buildman.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
1414
- uses: docker://pandoc/latex:2.9
1515
with:
16-
args: |
17-
--output=output/manual.html man/manual.md
18-
--output=output/manual.pdf man/manual.md
19-
16+
args: --output=output/manual.html man/manual.md
17+
18+
- uses: docker://pandoc/latex:2.9
19+
with:
20+
args: --output=output/manual.pdf man/manual.md
21+
2022
- uses: actions/upload-artifact@v2
2123
with:
2224
name: output

0 commit comments

Comments
 (0)