manual: Add manual-premium.md for the Cppcheck Premium manual (#5492)
This commit is contained in:
parent
63b76d2266
commit
db5f75f741
|
@ -24,11 +24,15 @@ jobs:
|
||||||
- uses: docker://pandoc/latex:2.9
|
- uses: docker://pandoc/latex:2.9
|
||||||
with:
|
with:
|
||||||
args: --output=output/manual.html man/manual.md
|
args: --output=output/manual.html man/manual.md
|
||||||
|
|
||||||
- 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.pdf man/manual.md
|
||||||
|
|
||||||
|
- uses: docker://pandoc/latex:2.9
|
||||||
|
with:
|
||||||
|
args: --output=output/manual-premium.pdf man/manual-premium.md
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: output
|
name: output
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue