Skip to content

Commit a75f4ac

Browse files
committed
Update python3 -m http.server command in build-public-docs.sh
1 parent b1d4e50 commit a75f4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-public-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ if [[ -z "${TAG_NAME}" ]] && [[ "${BRANCH_NAME}" != "${LATEST_BRANCH}" && "${BRA
5757
build_docs "$BRANCH_NAME" "build/docs"
5858
echo "Docs built to build/docs/"
5959
echo "You can open build/docs/index.html or run:"
60-
echo " python3 -m http.server build/docs"
60+
echo " python3 -m http.server -d build/docs"
6161
fi

0 commit comments

Comments
 (0)