We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5164295 commit 3be695eCopy full SHA for 3be695e
ai/docbot/deploy_to_hf.sh
@@ -23,7 +23,7 @@ if [ ! -d "$DEST_PATH" ]; then
23
fi
24
25
# Build the docs index
26
-python ai/docbot/docs_index.py --build-index
+cd ai/docbot && python docs_index.py --build-index && cd -
27
28
# Get the path of this script which is the demo dir.
29
DEMO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
0 commit comments