Skip to content

Commit

Permalink
fix YML
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 26, 2024
1 parent f88b0cf commit 1564314
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions docker-images/pandoc/scyllaridae.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
destinationHttpMethod: PUT
allowedMimeTypes: [
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
]
allowedMimeTypes:
- "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
cmdByMimeType:
"application/vnd.openxmlformats-officedocument.wordprocessingml.document":
application/vnd.openxmlformats-officedocument.wordprocessingml.document:
cmd: /usr/local/bin/pandoc
args: [
"-f"
"docx"
"-t"
"pdf"
]
args:
- "-f"
- "docx"
- "-t"
- "pdf"

0 comments on commit 1564314

Please sign in to comment.