fix(workflows): clean up node.yaml by removing unnecessary whitespace

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-26 22:56:02 -03:00
parent 6839d6d9dd
commit 4773f22223

View file

@ -25,7 +25,7 @@ jobs:
- name: Copy files to deployment location
run: |
sudo cp ./* /opt/gbo/bin/BotServer/
sudo cp -r ./* /opt/gbo/bin/BotServer/
- name: Install production dependencies in deployment location
run: |