Skip to content

Commit 3be695e

Browse files
committed
attempt 3
1 parent 5164295 commit 3be695e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai/docbot/deploy_to_hf.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ ! -d "$DEST_PATH" ]; then
2323
fi
2424

2525
# Build the docs index
26-
python ai/docbot/docs_index.py --build-index
26+
cd ai/docbot && python docs_index.py --build-index && cd -
2727

2828
# Get the path of this script which is the demo dir.
2929
DEMO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

0 commit comments

Comments
 (0)