Fix Marp using README

This commit is contained in:
Pim Kunis 2024-11-02 16:34:49 +01:00
parent 91f152ff44
commit 2dff905e5d

View file

@ -21,7 +21,7 @@
dontUnpack = true;
buildPhase = ''
marp $src --output $out/presentation.html --html
marp $src/presentation.md --output $out/presentation.html --html
cp -r $src/assets $out/assets
'';
};