mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 16:58:01 +01:00
Try 2 - Fixes #1745 - Github action to generate API docs
This commit is contained in:
14
.github/workflows/api-docs.yml
vendored
14
.github/workflows/api-docs.yml
vendored
@@ -1,12 +1,18 @@
|
||||
name: Build and publish API docs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build-publish-api-docs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build and publish API docs
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
# ...
|
||||
- uses: nikeee/docfx-action@v1.0.0
|
||||
name: Build API Documentation
|
||||
- name: Use docfx to build API Docs
|
||||
uses: nikeee/docfx-action@v1.0.0
|
||||
with:
|
||||
args: docfx/docfx.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user