We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d4e50 commit a75f4acCopy full SHA for a75f4ac
scripts/build-public-docs.sh
@@ -57,5 +57,5 @@ if [[ -z "${TAG_NAME}" ]] && [[ "${BRANCH_NAME}" != "${LATEST_BRANCH}" && "${BRA
57
build_docs "$BRANCH_NAME" "build/docs"
58
echo "Docs built to build/docs/"
59
echo "You can open build/docs/index.html or run:"
60
- echo " python3 -m http.server build/docs"
+ echo " python3 -m http.server -d build/docs"
61
fi
0 commit comments