We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238d635 commit 10272ffCopy full SHA for 10272ff
.github/workflows/deploy-docs.yml
@@ -54,13 +54,6 @@ 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