Skip to content

Commit 28777bf

Browse files
committed
💚 fix docs ci
1 parent 6af6817 commit 28777bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docs.yml

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

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"exclude": [
1212
"**/QsNet.Tests/**"
13-
],
13+
]
1414
}
1515
],
1616
"dest": "api"

0 commit comments

Comments
 (0)