From d87b2d8b074bbc67adb25274afe53df2248e574a Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Mon, 19 Aug 2024 20:24:01 +0200 Subject: fix paths --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index a2fec98..e269c91 100755 --- a/build.sh +++ b/build.sh @@ -6,5 +6,5 @@ else TYPST_FONT_PATHS=fonts typst compile suplement.typ fi -cp suplement.pdf html/suplement.pdf -find krazki -iname '*.png' -o -iname '*.svg' | zip -@ html/krazki.zip \ No newline at end of file +cp suplement.pdf docs/suplement.pdf +find krazki -iname '*.png' -o -iname '*.svg' | zip -@ docs/krazki.zip -- cgit 1.4.1