more docfx stuff

This commit is contained in:
Tig Kindel
2023-12-02 10:07:58 -07:00
parent c708b5a065
commit b643e48104
35 changed files with 547 additions and 5 deletions

View File

@@ -26,14 +26,15 @@ jobs:
dotnet-version: 7.0
dotnet-quality: 'ga'
- name: Setup DocFX
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install docfx
# - name: Setup DocFX
# uses: crazy-max/ghaction-chocolatey@v2
# with:
# args: install docfx
- name: DocFX Build
working-directory: docfx
run: |
dotnet tool install -g docfx
rm ../docs -Recurse -Force -ErrorAction SilentlyContinue
rm ../api -Recurse -Force -ErrorAction SilentlyContinue
$env:DOCFX_SOURCE_BRANCH_NAME="${{ github.ref_name }}"