Fix API key reference for gh-pages (#1821)

This commit is contained in:
Nathan Evans 2025-03-18 11:10:11 -07:00 committed by GitHub
parent ddc6541ab6
commit 813b4de99f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
env:
GH_PAGES: 1
DEBUG: 1
GRAPHRAG_API_KEY: ${{ secrets.OPENAI_NOTEBOOK_KEY }}
GRAPHRAG_API_KEY: ${{ secrets.GRAPHRAG_API_KEY }}
GRAPHRAG_LLM_MODEL: ${{ secrets.GRAPHRAG_LLM_MODEL }}
GRAPHRAG_EMBEDDING_MODEL: ${{ secrets.GRAPHRAG_EMBEDDING_MODEL }}
@ -50,4 +50,4 @@ jobs:
with:
branch: gh-pages
folder: site
clean: true
clean: true