Update build-test.yml

This commit is contained in:
Zoldorf
2022-03-21 15:28:12 -06:00
committed by GitHub
parent 72ab1f5a1a
commit 758c7c1869

View File

@@ -41,17 +41,19 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
- name: Build Project
run: dotnet build --no-restore /p:WarningsAsErrors=nullable
- name: Build Docfx
- name: Build DocFX
uses: nikeee/docfx-action@v1.0.0
with:
args: docfx.json
args: Robust.Docfx/docfx.json
- name: Publish Documentation on GitHub Pages
- name: Publish Docfx Documentation on GitHub Pages
uses: maxheld83/ghpages@master
env:
BUILD_DIR: _robust-site