Skip to content

Build and run unit tests #1

Build and run unit tests

Build and run unit tests #1

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
name: Generate and publish the docs
steps:
- uses: actions/checkout@v1
name: Checkout code
- uses: nunit/[email protected]
name: Build Documentation
- name: Deploy GitHub Pages site
uses: actions/[email protected]
with:
args: ./docfx.json