Skip to content

Commit

Permalink
Update base path since we now deploy directlt to training.tweede.golf (
Browse files Browse the repository at this point in the history
  • Loading branch information
tdittr authored Aug 27, 2024
1 parent 771c19d commit 8b24e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8b24e13

Please sign in to comment.