Update buildman.yml

Another attempt
This commit is contained in:
amai2012 2020-09-11 22:19:08 +02:00 committed by GitHub
parent 6a1b6aacf5
commit c162676099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -13,10 +13,12 @@ jobs:
- uses: docker://pandoc/latex:2.9
with:
args: |
--output=output/manual.html man/manual.md
--output=output/manual.pdf man/manual.md
args: --output=output/manual.html man/manual.md
- uses: docker://pandoc/latex:2.9
with:
args: --output=output/manual.pdf man/manual.md
- uses: actions/upload-artifact@v2
with:
name: output