Skip to content

Commit fbcab4a

Browse files
authored
fix docs.yml
1 parent db13f39 commit fbcab4a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ jobs:
4646
run: dotnet tool update -g docfx
4747

4848
- name: Build Documentation
49-
run: docfx docs/docfx.json
49+
run: dotnet docfx docs/docfx.json
5050

5151
- name: Upload artifact
5252
uses: actions/upload-pages-artifact@v3
5353
with:
5454
# Upload entire repository
5555
path: 'docs/_site'
56+
5657
- name: Deploy to GitHub Pages
5758
id: deployment
5859
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)