Skip to content

Commit

Permalink
🔧 Fix pandoc args
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 19, 2020
1 parent f6b4308 commit bd4abf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -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
Expand Down

0 comments on commit bd4abf0

Please sign in to comment.