got back to no document for now

This commit is contained in:
2026-04-09 00:06:48 -04:00
parent 4543048f36
commit 94b37d02d5

View File

@@ -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