Skip to content

Commit 5e5eedd

Browse files
committed
Merge branch 'master' of https://github.com/apache/incubator-resilientdb into development
2 parents 293ba7a + 156a24a commit 5e5eedd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auto-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Install dependencies
5757
run: |
58-
cd ecosystem/pocketflow
58+
cd ecosystem/third_party/pocketflow
5959
pip install -r requirements.txt
6060
6161
- name: Configure Git
@@ -70,7 +70,7 @@ jobs:
7070
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
7171
GEMINI_MODEL: ${{ secrets.GEMINI_MODEL || 'models/gemini-2.5-pro' }}
7272
run: |
73-
cd ecosystem/pocketflow
73+
cd ecosystem/third_party/pocketflow
7474
# Export env vars for Python scripts
7575
export GEMINI_API_KEY="$GEMINI_API_KEY"
7676
export GEMINI_MODEL="$GEMINI_MODEL"
@@ -99,7 +99,7 @@ jobs:
9999
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
100100
GEMINI_MODEL: ${{ secrets.GEMINI_MODEL || 'models/gemini-2.5-pro' }}
101101
run: |
102-
cd ecosystem/pocketflow
102+
cd ecosystem/third_party/pocketflow
103103
# Export all env vars to ensure they're available to subprocess calls
104104
export LLM_PROVIDER="$LLM_PROVIDER"
105105
export GEMINI_API_KEY="$GEMINI_API_KEY"

0 commit comments

Comments
 (0)