Skip to content

Commit

Permalink
Add option for html
Browse files Browse the repository at this point in the history
This should hopefully allow the embedded HTML in the slides to render properly.
  • Loading branch information
gep13 authored Oct 10, 2023
1 parent b82352d commit a2cb847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/marp-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ jobs:
- name: Marp Build (README)
uses: docker://marpteam/marp-cli:v3.0.2
with:
args: presentation.md -o build/index.html
args: presentation.md -o build/index.html --html
env:
MARP_USER: root:root

- name: Marp Build (README.pdf)
uses: docker://marpteam/marp-cli:v3.0.2
with:
args: presentation.md --allow-local-files -o build/presentation.pdf
args: presentation.md --allow-local-files -o build/presentation.pdf --html
env:
MARP_USER: root:root

- name: Marp Build (README.pptx)
uses: docker://marpteam/marp-cli:v3.0.2
with:
args: presentation.md --allow-local-files -o build/presentation.pptx
args: presentation.md --allow-local-files -o build/presentation.pptx --html
env:
MARP_USER: root:root

Expand Down

0 comments on commit a2cb847

Please sign in to comment.