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 39fc98e commit e46466a
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 e46466a

Please sign in to comment.