diff --git a/.forgejo/workflows/node.yaml b/.forgejo/workflows/node.yaml index 18a0cf5d..e00b8690 100644 --- a/.forgejo/workflows/node.yaml +++ b/.forgejo/workflows/node.yaml @@ -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 & \ No newline at end of file + npm run start &