Skip to content

Commit deb273e

Browse files
committed
💚 update source path in docfx.json and adjust documentation build command
1 parent 28777bf commit deb273e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
if: steps.docfx-cache.outputs.cache-hit != 'true'
3232
run: dotnet tool install -g docfx
3333
- name: Build documentation site
34-
working-directory: docs
35-
run: docfx docfx.json
34+
run: docfx docs/docfx.json
3635
- name: Deploy to GitHub Pages
3736
uses: peaceiris/actions-gh-pages@v4
3837
with:

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"src": [
66
{
7-
"src": "../../QsNet",
7+
"src": "../QsNet",
88
"files": [
99
"**/*.csproj"
1010
],

0 commit comments

Comments
 (0)