Skip to content

Commit 87b27da

Browse files
authored
update api docs build workflow
Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
1 parent 3aaf67d commit 87b27da

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ jobs:
5757
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
5858
with:
5959
dotnet-version: 6.0.405
60-
- uses: nikeee/docfx-action@b9c2cf92e3b4aa06878a1410833a8828b4bdcd26 #1.0.0
61-
name: Build Documentation
62-
with:
63-
args: apidocs/docfx.json
60+
61+
- name: Build Api Docs
62+
run: |
63+
dotnet tool install -g docfx
64+
docfx apidocs/docfx.json
65+
6466
- name: Configure AWS credentials
6567
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
6668
with:

0 commit comments

Comments
 (0)