Skip to content

Commit 18dec45

Browse files
author
Jani Giannoudis
committed
fix: docfx src path corrected to repo root
1 parent 9cd7271 commit 18dec45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docfx/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"src": [
55
{
66
"files": [ "**/bin/Release/net9.0/PayrollEngine.Client.Scripting.dll" ],
7-
"src": "../../"
7+
"src": "../"
88
}
99
],
1010
"dest": "api",

0 commit comments

Comments
 (0)