Commit 5164295 1 parent a5e90ef commit 5164295 Copy full SHA for 5164295
File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ jobs:
108
108
restore-keys : |
109
109
docs-bot-
110
110
- run : pip install -r ai/docbot/requirements.txt
111
+ - run : |
112
+ git config user.name github-actions[bot]
113
+ git config user.email github-actions[bot]@users.noreply.github.com
111
114
- name : Deploy to HuggingFace
112
115
env :
113
116
GEMINI_API_KEY : ${{ secrets.GEMINI_API_KEY }}
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ if [ ! -d "$DEST_PATH" ]; then
22
22
mkdir -p " $DEST_PATH "
23
23
fi
24
24
25
+ # Build the docs index
26
+ python ai/docbot/docs_index.py --build-index
27
+
25
28
# Get the path of this script which is the demo dir.
26
29
DEMO_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
27
30
You can’t perform that action at this time.
0 commit comments