Skip to content

Add Reveal.js presentation slides for final year project guidance #11

Add Reveal.js presentation slides for final year project guidance

Add Reveal.js presentation slides for final year project guidance #11

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: actions/checkout@v3
- uses: docker://pandoc/core:2.9
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