From: Jérémie Astor Date: Wed, 19 Feb 2020 17:01:58 +0000 (+0100) Subject: :wrench: Fix pandoc args X-Git-Tag: nightly~1862 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=bd4abf0231896152eb290c1d3b645946a0344ebd;p=gwion.git :wrench: Fix pandoc args --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b61f380a..63a6163c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -87,7 +87,7 @@ jobs: - name: Make html mail uses: docker://pandoc/core:2.9 with: - args: "-from gfm -to html gwion-coverage-report/README.md -o mail.html" + args: "--from gfm --to html gwion-coverage-report/README.md -o mail.html" - name: Send mail uses: dawidd6/action-send-mail@master