From 0c5c104d7d021aa2a3ba53144c0b41c6abe51ca9 Mon Sep 17 00:00:00 2001 From: Daniel Mazhari-Jensen Date: Mon, 10 Aug 2026 11:31:14 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20windows-compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix naming of jinja file --- ... hosting_provider == 'netlify' %}_publish.yml{% endif %}.jinja | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "template/{% if hosting_provider == \"netlify\" %}_publish.yml{% endif %}.jinja" => template/{% if hosting_provider == 'netlify' %}_publish.yml{% endif %}.jinja (100%) diff --git "a/template/{% if hosting_provider == \"netlify\" %}_publish.yml{% endif %}.jinja" b/template/{% if hosting_provider == 'netlify' %}_publish.yml{% endif %}.jinja similarity index 100% rename from "template/{% if hosting_provider == \"netlify\" %}_publish.yml{% endif %}.jinja" rename to template/{% if hosting_provider == 'netlify' %}_publish.yml{% endif %}.jinja