Fix Marp using README
This commit is contained in:
parent
91f152ff44
commit
2dff905e5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue