Skip to content

Zig migration

Zig migration #10

name: DocFX Build and Publish
on:
push:
branches: [ master, production-prep ]
pull_request:
branches: [ master ]
jobs:
generate_and_publish_docs:
runs-on: ubuntu-latest
name: Generate and publish the docs
steps:
- uses: actions/checkout@v1
name: Checkout code
- uses: nunit/[email protected]
name: Build Documentation
with:
args: ./docfx.json
- uses: maxheld83/ghpages@master
name: Publish Documentation on GitHub Pages
env:
BUILD_DIR: ./docfx/_site # docfx's default output directory is _site
GH_PAT: ${{ secrets.GH_PAT }} # See https://github.com/maxheld83/ghpages