Skip to content

Commit ecb32ea

Browse files
committed
docs: update DocFX Github action
1 parent d3363b0 commit ecb32ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
run: dotnet tool update -g docfx
4848

4949
- name: Build DocFX 'src/docs/_site'
50-
run: docfx src/docs/docfx.json
50+
run: docfx docs/docfx.json
5151

5252
- name: Upload artifact
5353
uses: actions/upload-pages-artifact@v3
5454
with:
5555
# Upload entire repository
56-
path: 'src/docs/_site'
56+
path: 'docs/_site'
5757

5858
- name: Deploy to GitHub Pages
5959
id: deployment

0 commit comments

Comments
 (0)