Skip to content

Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.7.2 (#97) #341

Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.7.2 (#97)

Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.7.2 (#97) #341

Workflow file for this run

name: Generate DocFx
on: [push]
jobs:
DocFx:
runs-on: ubuntu-latest
name: Deploy DocFx to GH pages
steps:
- uses: actions/checkout@v2
- uses: nikeee/[email protected]
name: Build Documentation
with:
args: ./docs/docfx.json
# Publish generated site using GitHub Pages
- uses: maxheld83/ghpages@master
name: Publish Documentation on GitHub Pages
if: success() && github.ref == 'refs/heads/master'
env:
BUILD_DIR: ./docs/_site # docfx's default output directory is _site
GH_PAT: ${{ secrets.GH_PAT }} # See https://github.com/maxheld83/ghpages