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 2ad1f9e commit ab5d8edCopy full SHA for ab5d8ed
2 files changed
.github/workflows/pages.yml
@@ -56,8 +56,11 @@ jobs:
56
- name: Install DocFX
57
run: dotnet tool install -g docfx
58
59
+ - name: Restore NuGet packages
60
+ run: dotnet restore PayrollEngine.Client.Scripting/Client.Scripting/
61
+
62
- name: Build DocFX
- run: cd PayrollEngine.Client.Scripting/docfx && docfx docfx.json --outputFolder _site
63
+ run: cd PayrollEngine.Client.Scripting/docfx && docfx docfx.json
64
65
- name: Upload Pages artifact
66
uses: actions/upload-pages-artifact@v3
docfx/docfx.json
@@ -3,7 +3,7 @@
3
{
4
"src": [
5
6
- "files": [ "/**.csproj" ],
+ "files": [ "**.csproj" ],
7
"src": "../Client.Scripting/"
8
}
9
],
@@ -52,4 +52,4 @@
52
"keepFileLink": false,
53
"disableGitFeatures": false
54
55
-}
+}
0 commit comments