fix broken netlify deploy

This commit is contained in:
Valere
2026-02-10 12:48:48 +01:00
parent 286c88b8c0
commit a10de30079

View File

@@ -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