We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342b7b5 commit 79772f5Copy full SHA for 79772f5
ai/docbot/deploy_to_hf.sh
@@ -31,7 +31,7 @@ DEMO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
31
cp -R "$DEMO_DIR/" "$DEST_PATH"
32
echo "Demo files have been copied to $DEST_PATH"
33
34
-cd "$DEST_PATH"
+cd "$DEST_PATH/docbot"
35
echo "Changed directory to $DEST_PATH"
36
37
git init
0 commit comments