mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
fix broken netlify deploy
This commit is contained in:
2
.github/workflows/deploy-to-netlify.yaml
vendored
2
.github/workflows/deploy-to-netlify.yaml
vendored
@@ -64,7 +64,7 @@ jobs:
|
|||||||
- name: Add config file
|
- name: Add config file
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ inputs.package }}" = "full" ]; then
|
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
|
fi
|
||||||
- name: ☁️ Deploy to Netlify
|
- name: ☁️ Deploy to Netlify
|
||||||
id: netlify
|
id: netlify
|
||||||
|
|||||||
Reference in New Issue
Block a user