We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af6817 commit 28777bfCopy full SHA for 28777bf
.github/workflows/docs.yml
@@ -31,7 +31,8 @@ jobs:
31
if: steps.docfx-cache.outputs.cache-hit != 'true'
32
run: dotnet tool install -g docfx
33
- name: Build documentation site
34
- run: docfx docs/docfx.json
+ working-directory: docs
35
+ run: docfx docfx.json
36
- name: Deploy to GitHub Pages
37
uses: peaceiris/actions-gh-pages@v4
38
with:
docs/docfx.json
@@ -10,7 +10,7 @@
10
],
11
"exclude": [
12
"**/QsNet.Tests/**"
13
- ],
+ ]
14
}
15
16
"dest": "api"
0 commit comments