Skip to content

Commit 31cd3ba

Browse files
committed
docs: update DocFX Github action
1 parent 07b0bba commit 31cd3ba

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build_docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
with:
4444
dotnet-version: 9.x
4545

46-
- run: dotnet tool update -g docfx
46+
- name: Install docfx
47+
run: dotnet tool update -g docfx
4748

48-
- run: docfx src/docs/docfx.json
49+
- name: Build DocFX 'src/docs/_site'
50+
run: docfx src/docs/docfx.json
4951

5052
- name: Upload artifact
5153
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)