This is an automated email from the ASF dual-hosted git repository.
harishgokul01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/master by this push:
new 156a24af [Bug Fix] Change pocketflow directory to third_party
156a24af is described below
commit 156a24af643f976a255ba46fd544157d529b235f
Author: Harish <[email protected]>
AuthorDate: Tue Jan 27 11:16:51 2026 -0800
[Bug Fix] Change pocketflow directory to third_party
Updated directory path for pocketflow in workflow.
---
.github/workflows/auto-docs.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/auto-docs.yml b/.github/workflows/auto-docs.yml
index e2f75777..3be15cb3 100644
--- a/.github/workflows/auto-docs.yml
+++ b/.github/workflows/auto-docs.yml
@@ -55,7 +55,7 @@ jobs:
- name: Install dependencies
run: |
- cd ecosystem/pocketflow
+ cd ecosystem/third_party/pocketflow
pip install -r requirements.txt
- name: Configure Git
@@ -70,7 +70,7 @@ jobs:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
GEMINI_MODEL: ${{ secrets.GEMINI_MODEL || 'models/gemini-2.5-pro' }}
run: |
- cd ecosystem/pocketflow
+ cd ecosystem/third_party/pocketflow
# Export env vars for Python scripts
export GEMINI_API_KEY="$GEMINI_API_KEY"
export GEMINI_MODEL="$GEMINI_MODEL"
@@ -99,7 +99,7 @@ jobs:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
GEMINI_MODEL: ${{ secrets.GEMINI_MODEL || 'models/gemini-2.5-pro' }}
run: |
- cd ecosystem/pocketflow
+ cd ecosystem/third_party/pocketflow
# Export all env vars to ensure they're available to subprocess calls
export LLM_PROVIDER="$LLM_PROVIDER"
export GEMINI_API_KEY="$GEMINI_API_KEY"