From 94b37d02d558dac0a606d18e7f6b364d4fc2598b Mon Sep 17 00:00:00 2001 From: ronnie Date: Thu, 9 Apr 2026 00:06:48 -0400 Subject: [PATCH] got back to no document for now --- .gitea/workflows/documentme.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .gitea/workflows/documentme.yml diff --git a/.gitea/workflows/documentme.yml b/.gitea/workflows/documentme.yml deleted file mode 100644 index 8b4c2cd..0000000 --- a/.gitea/workflows/documentme.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Generate Docs - -on: - push: - branches: [ master ] - -jobs: - docs: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 10.0.x - - - name: Install DocFX - run: dotnet tool install -g docfx - - - name: Build Project - run: dotnet build -c Release - - - name: Generate Docs - run: | - docfx init -q - docfx docfx.json - - - name: Upload Docs - uses: actions/upload-artifact@v4 - with: - name: docs - path: _site \ No newline at end of file