diff --git a/Tools/build-all.sh b/Tools/build-all.sh index bc748edbf7..74713ee570 100755 --- a/Tools/build-all.sh +++ b/Tools/build-all.sh @@ -1,4 +1,4 @@ #!/bin/bash ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -"$ROOT_DIR/../CliClient/run.sh" apidoc > "$ROOT_DIR/../readme/api.md" && node "$ROOT_DIR/update-readme-download.js" && node "$ROOT_DIR/build-release-stats.js" && node "$ROOT_DIR/build-welcome.js" && node "$ROOT_DIR/build-website.js" && git add -A && git commit -m "Update website" && git pull && git push \ No newline at end of file +node "$ROOT_DIR/update-readme-download.js" && node "$ROOT_DIR/build-release-stats.js" && node "$ROOT_DIR/build-welcome.js" && node "$ROOT_DIR/build-website.js" && git add -A && git commit -m "Update website" && git pull && git push \ No newline at end of file diff --git a/docs/api/index.html b/docs/api/index.html index 3dd9ed69a5..4dd3efe487 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -5,10 +5,10 @@ - + - - + +