Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Jan 20, 2024
1 parent 6cae548 commit ec721db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: curl -s https://raw.githubusercontent.com/element-hq/element-call/main/config/netlify_redirects > webapp/_redirects

- name: Add config file
run: curl -s "https://raw.githubusercontent.com/${{ github.event.workflow.head_repository.owner.name }}/${{ github.event.workflow.head_repository.name }}/${{ github.event.workflow_run.head_branch }}/config/element_io_preview.json" > webapp/config.json
run: curl -s "https://raw.githubusercontent.com/${{ github.event.workflow_run.head_repository.owner.name }}/${{ github.event.workflow_run.head_repository.name }}/${{ github.event.workflow_run.head_branch }}/config/element_io_preview.json" > webapp/config.json

- name: ☁️ Deploy to Netlify
id: netlify
Expand Down

0 comments on commit ec721db

Please sign in to comment.