Create manual.html
This commit is contained in:
parent
600538a325
commit
6ae0bd5358
|
@ -13,7 +13,9 @@ jobs:
|
||||||
|
|
||||||
- uses: docker://pandoc/latex:2.9
|
- uses: docker://pandoc/latex:2.9
|
||||||
with:
|
with:
|
||||||
args: --output=output/manual.pdf man/manual.md
|
args: |
|
||||||
|
--output=output/manual.html man/manual.md
|
||||||
|
--output=output/manual.pdf man/manual.md:
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue