Merge pull request #2797 from amai2012/buildHTML

Create manual.html
This commit is contained in:
amai2012 2020-09-12 00:10:27 +02:00 committed by GitHub
commit 6b77a04347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -11,6 +11,10 @@ jobs:
- run: |
mkdir output
- uses: docker://pandoc/latex:2.9
with:
args: --output=output/manual.html man/manual.md
- uses: docker://pandoc/latex:2.9
with:
args: --output=output/manual.pdf man/manual.md