Skip to content

fix: UnityEditor reference. #864

fix: UnityEditor reference.

fix: UnityEditor reference. #864

Workflow file for this run

name: Documentation
on: [push]
jobs:
build-and-publish-docfx:
runs-on: ubuntu-latest
if: github.repository == 'freezy/VisualPinball.Engine' && github.ref == 'refs/heads/master'
name: Build and publish documentation
steps:
- uses: actions/checkout@v3
- uses: nunit/docfx-action@v2.10.0
name: Build Documentation
with:
args: VisualPinball.Unity/Documentation~/docfx.json
# Publish generated site using GitHub Pages
- uses: maxheld83/ghpages@master
name: Publish Documentation on GitHub Pages
env:
BUILD_DIR: VisualPinball.Unity/Documentation~/_site # docfx's default output directory is _site
GH_PAT: ${{ secrets.GH_PAT }} # See https://github.com/maxheld83/ghpages