mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
more docfx stuff
This commit is contained in:
9
.github/workflows/api-docs.yml
vendored
9
.github/workflows/api-docs.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user