Skip to content

Bump System.Text.Json from 7.0.3 to 8.0.1 #347

Bump System.Text.Json from 7.0.3 to 8.0.1

Bump System.Text.Json from 7.0.3 to 8.0.1 #347

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