Skip to content

Added Configuration and Logging articles #16

Added Configuration and Logging articles

Added Configuration and Logging articles #16

Workflow file for this run

name: Validate Docs Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.x'
- name: Install DocFX
run: dotnet tool install -g docfx
- name: Build Libraries
run: cd sampsharp-src && ./build.sh libraries
- name: Build documentation
run: docfx docfx.json