Skip to content

Create pandoc.yml

Create pandoc.yml #1

Workflow file for this run

name: Build Markdown Files of Word Documents
on: push
jobs:
convert_via_pandoc:
runs-on: ubuntu-22.04
steps:
- uses: docker://pandoc/core:3.1.5
with:
args: >- # allows you to break string into multiple lines
sample-ai-thesis.docx
--from=docx
--to=markdown
--output=sample-ai-thesis.md
--extract-media=./images/sample-ai-thesis