parent
6a1b6aacf5
commit
c162676099
|
@ -13,9 +13,11 @@ jobs:
|
||||||
|
|
||||||
- uses: docker://pandoc/latex:2.9
|
- uses: docker://pandoc/latex:2.9
|
||||||
with:
|
with:
|
||||||
args: |
|
args: --output=output/manual.html man/manual.md
|
||||||
--output=output/manual.html man/manual.md
|
|
||||||
--output=output/manual.pdf man/manual.md
|
- uses: docker://pandoc/latex:2.9
|
||||||
|
with:
|
||||||
|
args: --output=output/manual.pdf man/manual.md
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue