From 08f653a4810989db66439d80bfe30bfb1c4f09f4 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sat, 29 Oct 2022 10:11:44 +0200 Subject: [PATCH] Fix get.silverbullet.md --- scripts/build_website.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build_website.sh b/scripts/build_website.sh index d05669c..86f784f 100755 --- a/scripts/build_website.sh +++ b/scripts/build_website.sh @@ -8,4 +8,5 @@ curl -fsSL https://deno.land/install.sh | sh export PATH=~/.deno/bin:$PATH deno task build deno task bundle -cp dist/silverbullet.js website_build/silverbullet.js \ No newline at end of file +mkdir website_build/silverbullet.js +cp dist/silverbullet.js website_build/silverbullet.js/ \ No newline at end of file