diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 98796d8..7524d02 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -22,4 +22,5 @@ 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 & + \ No newline at end of file