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 e876bf9 commit e4065a1Copy full SHA for e4065a1
.github/workflows/build-and-deploy.yml
@@ -25,7 +25,7 @@ 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"
+ marpteam/marp-cli:v3.0.2 "decks/$dir/slides.md" -o "build/$dir/index.html" --theme theme/codestar.css
29
rsync -av --exclude='slides.md' "decks/$dir/" "build/$dir/"
30
fi
31
done
0 commit comments