diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 52b72a8..f0092c2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Build working-directory: /servers/site run: | - # nix develop + nix develop cargo build --release # - name: Restart site