Skip to content

Commit

Permalink
chg - Fixed docs path in script
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Apr 18, 2024
1 parent c069557 commit b36c8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi

# Build KS
echo Building documentation...
docfx DocGen/docfx.json
docfx ../DocGen/docfx.json
if [ ! $? == 0 ]; then
echo Build failed.
exit 1
Expand Down

0 comments on commit b36c8d4

Please sign in to comment.