From 9fe53b344ae49a94cf5433b5cf2f2c250c6cd21c Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Tue, 30 Dec 2025 21:51:54 +0000 Subject: [PATCH] =?UTF-8?q?fix(gitea):=20Working=20runner=20config=20?= =?UTF-8?q?=F0=9F=A4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c2de1cf..96ef0f0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,6 +10,4 @@ jobs: - uses: actions/setup-dotnet@v5 with: dotnet-version: 10.x - - run: pwd - - run: ls - - run: dotnet build cssitegen + - run: dotnet build csSiteGen.csproj