testing some documentation
This commit is contained in:
24
.gitea/workflows/documentme.yml
Normal file
24
.gitea/workflows/documentme.yml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
jobs:
|
||||||
|
generate-docs:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Generate Docs
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Setup .NET
|
||||||
|
uses: actions/setup-dotnet@v4
|
||||||
|
with:
|
||||||
|
dotnet-version: 10.0.x
|
||||||
|
- name: Generate Documentation
|
||||||
|
uses: FuLagann/csharp-docs-generator@v1.0
|
||||||
|
with:
|
||||||
|
build-tasks: dotnet build
|
||||||
|
cleanup-tasks: dotnet clean
|
||||||
|
binaries: bin/Debug/net10.0/SjkScripts.dll
|
||||||
|
output-path: docs/api
|
||||||
|
user-email: ronnie.kisner.jr@gmail.com
|
||||||
|
user-name: C# Document Generator
|
||||||
Reference in New Issue
Block a user