From ec89a971b79a96b9d5042cacb25157b3366b876c Mon Sep 17 00:00:00 2001 From: Henrik Lievonen Date: Mon, 13 Jan 2025 17:07:31 +0200 Subject: [PATCH] Create home_page directory with correct permissions Fix #63 --- leanblueprint/templates/blueprint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/leanblueprint/templates/blueprint.yml b/leanblueprint/templates/blueprint.yml index 2a91822..2d091ba 100644 --- a/leanblueprint/templates/blueprint.yml +++ b/leanblueprint/templates/blueprint.yml @@ -64,6 +64,8 @@ jobs: else echo "The 'home_page' folder does not exist in the repository." echo "HOME_PAGE_EXISTS=false" >> $GITHUB_ENV + # Create home_page directory with correct permissions + mkdir -p home_page fi - name: Build blueprint and copy to `home_page/blueprint`