We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4065a1 commit 79c49b9Copy full SHA for 79c49b9
.github/workflows/build-and-deploy.yml
@@ -25,7 +25,11 @@ jobs:
25
-e MARP_USER=root:root \
26
-v "$PWD:/workspace" \
27
-w /workspace \
28
- marpteam/marp-cli:v3.0.2 "decks/$dir/slides.md" -o "build/$dir/index.html" --theme theme/codestar.css
+ marpteam/marp-cli:v3.0.2 \
29
+ "decks/$dir/slides.md" \
30
+ -o "build/$dir/index.html" \
31
+ --theme theme/codestar.css \
32
+ --html
33
rsync -av --exclude='slides.md' "decks/$dir/" "build/$dir/"
34
fi
35
done
example.md
@@ -1,5 +1,6 @@
1
---
2
marp: true
3
+title: New Codestar Marp theme
4
theme: codestar
5
# class: invert
6
paginate: true
0 commit comments