Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Jun 24, 2024
1 parent 86da355 commit 248ff6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for file in "$TEMPLATES_DIR"/*; do
name="${filename%.*}"

minijinja-cli $TEMPLATES_DIR/${filename} data.yaml -o ${name}.html
cp -r assets core css lib pages vendor main.js dist
mkdir dist && cp -r assets core css lib pages vendor main.js dist

# Check if the command was successful
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 248ff6a

Please sign in to comment.