From 07e6a97679d9eefa78ad020bd209a0ae6f96575f Mon Sep 17 00:00:00 2001 From: Dragos STOICA <152891717+dragos-eu@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:14:11 +0200 Subject: [PATCH] exclude PDF generation --- .github/workflows/pandoc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pandoc.yml b/.github/workflows/pandoc.yml index fe067634..60abac5b 100644 --- a/.github/workflows/pandoc.yml +++ b/.github/workflows/pandoc.yml @@ -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/upload-artifact@v4.3.4 with: name: asciidoc