Skip to content

Merge branch 'release/v3.0.0' #34

Merge branch 'release/v3.0.0'

Merge branch 'release/v3.0.0' #34

Workflow file for this run

name: Documentation
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install DocFX
run: choco install -y docfx
- name: Build Document
run: docfx Documentation~/docfx.json
- name: Publish Documentation on GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .docs/_site