diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4eed520..53d7bd6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -22,4 +22,4 @@ jobs: - name: Start Application run: | - nohup ./target/release/site > server.log 2>&1 & \ No newline at end of file + nohup ./target/release/site > server.log 2>&1 &