Skip to content

Commit 4c1c14f

Browse files
authored
update api docs generation
1 parent b588b21 commit 4c1c14f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,15 @@ jobs:
6161
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
6262
with:
6363
dotnet-version: 6.0.405
64-
- name: Install solution dependencies
65-
run: |
66-
dotnet new tool-manifest
67-
dotnet tool install docfx
68-
- name: Create API docs
69-
run: |
70-
dotnet docfx apidocs/docfx.json
64+
- uses: nikeee/docfx-action@b9c2cf92e3b4aa06878a1410833a8828b4bdcd26 #1.0.0
65+
name: Build Documentation
66+
with:
67+
args: apidocs/docfx.json
7168
- name: Release API docs to latest
7269
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2
7370
with:
7471
github_token: ${{ secrets.GITHUB_TOKEN }}
7572
publish_dir: ./apidocs/_site
76-
keep_files: true
7773
destination_dir: api
7874
- name: Configure AWS credentials
7975
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef

0 commit comments

Comments
 (0)