We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141d7fa commit d1ac537Copy full SHA for d1ac537
.github/workflows/publish-docs.yml
@@ -32,7 +32,9 @@ jobs:
32
dotnet-version: 8.x
33
34
- run: dotnet tool update -g docfx
35
- - run: docfx docs/docfx.json
+ - run: docfx docfx.json
36
+ # use working-directory for docfx step otherwise codeSourceBasePath is not resolved correctly
37
+ working-directory: docs
38
39
- name: Upload artifact
40
uses: actions/upload-pages-artifact@v3
0 commit comments