Skip to content

Commit

Permalink
test theme-set
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Apr 29, 2024
1 parent 20e8c9f commit 21190c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
- name: Build HTML from Marp 🔨
uses: docker://marpteam/marp-cli:v3.4.0
with:
args: --html --input-dir slides/ -o site/slides/
args: --theme-set ./themes/ --html --input-dir slides/ -o site/slides/
env:
MARP_USER: root:root

- name: Build PDF from marp_slides.md 🔨
uses: docker://marpteam/marp-cli:v3.4.0
with:
args: --html --pdf --allow-local-files --input-dir slides/ -o site/pdfs/
args: --theme-set ./themes/ --html --pdf --allow-local-files --input-dir slides/ -o site/pdfs/
env:
MARP_USER: root:root

Expand Down
2 changes: 1 addition & 1 deletion slides/avd-avd-extended-workshop--part-1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
marp: true
theme: default
theme: dracula
class: invert
author: Petr Ankudinov
# size 16:9 1280px 720px
Expand Down

0 comments on commit 21190c3

Please sign in to comment.