mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-09-18 17:48:00 +08:00
Add API documentation
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -16,6 +16,12 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Checkout submodule
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: openiddict/openiddict-core
|
||||
path: submodules/openiddict-core
|
||||
|
||||
- name: Build documentation
|
||||
uses: nikeee/docfx-action@master
|
||||
with:
|
||||
|
Reference in New Issue
Block a user