Skip to content

Update README.md

Update README.md #64

Workflow file for this run

name: Build and Deploy Documentation
on:
push:
branches:
- main
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Docs
uses: nikeee/docfx-action@v1.0.0
with:
args: docs/docfx.json
- name: Deploy Docs
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
branch: gh-pages
folder: site/html
git-config-email: <>