parent
6a1b6aacf5
commit
c162676099
|
@ -13,9 +13,11 @@ 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:
|
||||
|
|
Loading…
Reference in New Issue