Skip to content

Commit

Permalink
manual: Add manual-premium.md for the Cppcheck Premium manual
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Sep 28, 2023
1 parent 11e5c11 commit 3b0a7b6
Show file tree
Hide file tree
Showing 2 changed files with 1,050 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/buildman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ jobs:
- 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

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
with:
name: output
Expand Down
Loading

0 comments on commit 3b0a7b6

Please sign in to comment.