Skip to content

Merge pull request #257 from Synesthesias/hotfix/manual_lfs #32

Merge pull request #257 from Synesthesias/hotfix/manual_lfs

Merge pull request #257 from Synesthesias/hotfix/manual_lfs #32

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