about summary refs log tree commit diff
path: root/build.sh
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <patryk@niedzwiedzinski.cyou>2024-08-19 20:24:01 +0200
committerGitHub <noreply@github.com>2024-08-19 20:24:01 +0200
commitd87b2d8b074bbc67adb25274afe53df2248e574a (patch)
treeb68d2a2512bb1440a06ffd7d24c3c86a6e367d31 /build.sh
parentf91fa29836b9270089ed02ac1a5c49bbee185c40 (diff)
downloadsuplement-sprawnosci-d87b2d8b074bbc67adb25274afe53df2248e574a.tar.gz
suplement-sprawnosci-d87b2d8b074bbc67adb25274afe53df2248e574a.zip
fix paths HEAD v0.2.0 master
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
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