Skip to content

Commit 476f380

Browse files
committed
Refactor: Update file transfer method in GitHub workflow
1 parent 57d2b0f commit 476f380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
script: |
4949
exec bash \-l
5050
cd /home/ubuntu/tkFront/build
51-
serve -s . -l 3000
51+
nohup serve -s . -l 3000 &

0 commit comments

Comments
 (0)