Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

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 a490b84 commit 8cc50e7
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 @@ -9,7 +9,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 8cc50e7

Please sign in to comment.