Skip to content

Commit 0c0d2dd

Browse files
Fixed output directory
Signed-off-by: Steve Springett <steve@springett.us>
1 parent b8c3c69 commit 0c0d2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docgen/gen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generate () {
2525
local SCHEMA_FILE="$SCHEMA_PATH/tools.schema.json"
2626
echo "SCHEMA_FILE: $SCHEMA_FILE"
2727

28-
local OUT_FILE="$DOCS_PATH/json/index.html"
28+
local OUT_FILE="$DOCS_PATH/index.html"
2929
local OUT_DIR
3030
OUT_DIR="$(dirname "$OUT_FILE")"
3131
rm -rf "$OUT_DIR"

0 commit comments

Comments
 (0)