fix(workflows): clean up node.yaml by removing unnecessary whitespace
This commit is contained in:
parent
337f93848f
commit
b7c34446da
1 changed files with 2 additions and 3 deletions
|
@ -21,8 +21,7 @@ jobs:
|
|||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
|
||||
|
||||
|
||||
- name: Copy files to deployment location
|
||||
run: |
|
||||
sudo cp ./* /opt/gbo/bin/BotServer/
|
||||
|
@ -50,4 +49,4 @@ jobs:
|
|||
|
||||
- name: Reload and enable service
|
||||
run: |
|
||||
npm run start &
|
||||
npm run start &
|
||||
|
|
Loading…
Add table
Reference in a new issue