From 1f292759ef5430971c87f4bee3eabbc907918947 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Fri, 31 Mar 2023 16:22:57 +0200 Subject: [PATCH] marp bug, fixed some paths --- package.json | 4 ++-- slides.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 48a0513..bc767a6 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "preview": "marp --html -p -o out/slides.html slides.md", - "build:html": "marp --html -o out/slides.html slides.md", + "preview": "marp --html -p -o slides.html slides.md", + "build:html": "marp --html -o slides.html slides.md && cp slides.html out/", "build:pdf": "marp --pdf --html --allow-local-files -o out/slides.pdf slides.md" }, "author": "aziis98 ", diff --git a/slides.md b/slides.md index 0bddaa7..ee0f742 100644 --- a/slides.md +++ b/slides.md @@ -55,8 +55,8 @@ Il PHC รจ un gruppo di studenti di Matematica con interessi per, open source, Li  
- - + +
---