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