Skip to content

Commit

Permalink
exclude PDF generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-eu authored Oct 8, 2024
1 parent fc0904f commit 07e6a97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
#- uses: docker://pandoc/latex:latest
# with:
# args: --standalone --from=docx --variable=papersize:a4 --to=pdf --output=output/${{steps.files_list.outputs.fn}}.pdf ${{ steps.files_list.outputs.files }}
- uses: docker://asciidoctor/docker-asciidoctor:latest
with:
args: asciidoctor-pdf output/${{steps.files_list.outputs.fn}}.adoc
#- uses: docker://asciidoctor/docker-asciidoctor:latest
# with:
# args: asciidoctor-pdf output/${{steps.files_list.outputs.fn}}.adoc
- uses: actions/[email protected]
with:
name: asciidoc
Expand Down

0 comments on commit 07e6a97

Please sign in to comment.