fix(gitea): NOT A FIX - Just some data gathering
Some checks failed
Run Build / dotnet (push) Failing after 25s

Testing where we are and what we can see when we run dotnet build
This commit is contained in:
Robert Morrison 2025-12-30 21:48:45 +00:00
parent 1ab300936b
commit 4caefdcc38
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -10,4 +10,6 @@ jobs:
- uses: actions/setup-dotnet@v5 - uses: actions/setup-dotnet@v5
with: with:
dotnet-version: 10.x dotnet-version: 10.x
- run: pwd
- run: ls
- run: dotnet build cssitegen - run: dotnet build cssitegen