Skip to content

Commit 10272ff

Browse files
committed
fix after invalid merge
1 parent 238d635 commit 10272ff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ 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-
6457
- name: Build Docs
6558
run: .github/scripts/build-docs.sh
6659

0 commit comments

Comments
 (0)