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`