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 28777bf commit deb273eCopy full SHA for deb273e
.github/workflows/docs.yml
@@ -31,8 +31,7 @@ jobs:
31
if: steps.docfx-cache.outputs.cache-hit != 'true'
32
run: dotnet tool install -g docfx
33
- name: Build documentation site
34
- working-directory: docs
35
- run: docfx docfx.json
+ run: docfx docs/docfx.json
36
- name: Deploy to GitHub Pages
37
uses: peaceiris/actions-gh-pages@v4
38
with:
docs/docfx.json
@@ -4,7 +4,7 @@
4
{
5
"src": [
6
7
- "src": "../../QsNet",
+ "src": "../QsNet",
8
"files": [
9
"**/*.csproj"
10
],
0 commit comments