We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37a14d7 + 99cf4bd commit 238d635Copy full SHA for 238d635
.github/workflows/deploy-docs.yml
@@ -54,6 +54,13 @@ jobs:
54
git push origin HEAD
55
fi
56
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
+
64
- name: Build Docs
65
run: .github/scripts/build-docs.sh
66
0 commit comments