mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Update build-test.yml
This commit is contained in:
11
.github/workflows/build-test.yml
vendored
11
.github/workflows/build-test.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user