mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix missing \
This commit is contained in:
parent
09ace3e6c7
commit
e46ffd7d3b
2
.github/workflows/design_preview.yaml
vendored
2
.github/workflows/design_preview.yaml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
npm install netlify-cli -g
|
||||
netlify deploy --dir=gallery/dist --alias "deploy-preview-${{ github.event.number }}" \
|
||||
--auth ${{ secrets.NETLIFY_AUTH_TOKEN }} \
|
||||
--site ${{ secrets.NETLIFY_GALLERY_SITE_ID }}
|
||||
--site ${{ secrets.NETLIFY_GALLERY_SITE_ID }} \
|
||||
--json > deploy_output.json
|
||||
|
||||
- name: Generate summary
|
||||
|
Loading…
x
Reference in New Issue
Block a user