Skip to content

Commit

Permalink
Fix typo in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tdittr authored Aug 13, 2024
1 parent 2fd5fda commit 69d23b6
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 "/rust-training/slides/${f%.md}/" "$f"
done
popd
mv slides/dist ./public/slides

0 comments on commit 69d23b6

Please sign in to comment.