From 5e4f1f3ff3039f17604ea5f0c7e6c47750d5ff17 Mon Sep 17 00:00:00 2001 From: Bertrand Thomas Date: Wed, 16 Oct 2024 11:56:17 +0200 Subject: [PATCH] Try to fix --- taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskfile.yml b/taskfile.yml index 9c65b0a..3992ee7 100644 --- a/taskfile.yml +++ b/taskfile.yml @@ -37,13 +37,13 @@ tasks: DEST_FOLDER: '../dist' cmds: - mkdir -p $DEST_FOLDER/assets/images - - cp -r assets/images/*.* $DEST_FOLDER/assets/images/ # - npm run build src/index.md -- --base presentations -o ../$DEST_FOLDER - | for file in "$SRC_FOLDER"/*.md; do filename=$(basename "$file" .md) npm run build "$SRC_FOLDER/$filename.md" -- --base "presentations/$filename" -o "../$DEST_FOLDER/$filename" done + - cp -r assets/images/*.* $DEST_FOLDER/assets/images/ # must be done after so it's not erased by other builds (MkDocs in particular) nginx:start: cmds: