Update build-test.yml

This commit is contained in:
Zoldorf
2022-03-21 15:22:32 -06:00
committed by GitHub
parent fd1f1dc64a
commit 6b9c1369c0

View File

@@ -29,3 +29,14 @@ jobs:
run: dotnet build --no-restore /p:WarningsAsErrors=nullable
- name: Test Engine
run: dotnet test --no-build Robust.UnitTesting/Robust.UnitTesting.csproj -v n
- name: Build Docfx
uses: nikeee/docfx-action@v1.0.0
with:
args: docfx.json
- name: Publish Documentation on GitHub Pages
uses: maxheld83/ghpages@master
env:
BUILD_DIR: _robust-site
GH_PAT: ${{ secrets.GH_PAT }}