Skip to content

Commit 238d635

Browse files
authored
Merge branch 'test' into develop
2 parents 37a14d7 + 99cf4bd commit 238d635

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ jobs:
5454
git push origin HEAD
5555
fi
5656
57+
- name: Generate intros and keywords
58+
uses: addnab/docker-run-action@v3
59+
with:
60+
image: mckeea/llm-doc-annotator:latest
61+
options: -e GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }} -v ${{ github.workspace }}:/app
62+
run: python .github/scripts/generate_intros_and_keywords.py
63+
5764
- name: Build Docs
5865
run: .github/scripts/build-docs.sh
5966

0 commit comments

Comments
 (0)