**ci(workflows): remove redundant line break in deploy workflow**

### Changes:
- **deploy-demo.yml**: Removed an unnecessary blank line in the dependency installation step.

### Purpose:
Refined the workflow file to improve readability and maintain consistency in formatting. This is a minor housekeeping change with no impact on functionality.
This commit is contained in:
David Snelling 2025-06-20 14:43:00 -07:00
parent 9db89017ab
commit f46dd21dc8

View file

@ -21,7 +21,6 @@ jobs:
- name: Install dependencies 📦
run: npm install --legacy-peer-deps
- name: Build project 🏗️
run: |
npm run build