**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:
parent
9db89017ab
commit
f46dd21dc8
1 changed files with 0 additions and 1 deletions
1
.github/workflows/deploy-demo.yml
vendored
1
.github/workflows/deploy-demo.yml
vendored
|
|
@ -21,7 +21,6 @@ jobs:
|
|||
- name: Install dependencies 📦
|
||||
run: npm install --legacy-peer-deps
|
||||
|
||||
|
||||
- name: Build project 🏗️
|
||||
run: |
|
||||
npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue