]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Fix pandoc args
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 19 Feb 2020 17:01:58 +0000 (18:01 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 19 Feb 2020 17:01:58 +0000 (18:01 +0100)
.github/workflows/coverage.yml

index b61f380a7309f6ccae460be2ac63a2ea12df0cb6..63a6163c68c3e0172c712591fe0ec906e521ab12 100644 (file)
@@ -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