From a10de30079bafb89dd9539200ad108fc604f1241 Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 10 Feb 2026 12:48:48 +0100 Subject: [PATCH] fix broken netlify deploy --- .github/workflows/deploy-to-netlify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-netlify.yaml b/.github/workflows/deploy-to-netlify.yaml index 4b7ba22f..c571052b 100644 --- a/.github/workflows/deploy-to-netlify.yaml +++ b/.github/workflows/deploy-to-netlify.yaml @@ -64,7 +64,7 @@ jobs: - name: Add config file run: | if [ "${{ inputs.package }}" = "full" ]; then - curl -s "https://raw.githubusercontent.com/${{ inputs.pr_head_full_name }}/${{ inputs.pr_head_ref }}/config/config_netlify_preview_sdk.json" > webapp/config.json + curl -s "https://raw.githubusercontent.com/${{ inputs.pr_head_full_name }}/${{ inputs.pr_head_ref }}/config/config_netlify_preview.json" > webapp/config.json fi - name: ☁️ Deploy to Netlify id: netlify