From 8b24e139cf5577c1fecc82f1e0327790acf32dc9 Mon Sep 17 00:00:00 2001 From: Tamme Dittrich Date: Tue, 27 Aug 2024 16:37:43 +0200 Subject: [PATCH] Update base path since we now deploy directlt to training.tweede.golf (#78) --- build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-all.sh b/build-all.sh index f1c1c26..ef26906 100755 --- a/build-all.sh +++ b/build-all.sh @@ -17,7 +17,7 @@ mv book/target/* ./public/ pushd slides npm install for f in *.md; do - npm run build -- --out "dist/${f%.md}" --base "/rust-training/slides/${f%.md}/" "$f" + npm run build -- --out "dist/${f%.md}" --base "/slides/${f%.md}/" "$f" done popd mv slides/dist ./public/slides