Skip to content

DocFx

DocFx #1

Workflow file for this run

name: 'DocFx'
on:
workflow_dispatch:
jobs:
docfx:
name: 'Generate Documentation'
uses: ./.github/workflows/docfx.yml
with:
release_tag: ${{ github.ref_name }}
secrets: 'inherit'