We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc6541 commit 813b4deCopy full SHA for 813b4de
.github/workflows/gh-pages.yml
@@ -15,7 +15,7 @@ jobs:
15
env:
16
GH_PAGES: 1
17
DEBUG: 1
18
- GRAPHRAG_API_KEY: ${{ secrets.OPENAI_NOTEBOOK_KEY }}
+ GRAPHRAG_API_KEY: ${{ secrets.GRAPHRAG_API_KEY }}
19
GRAPHRAG_LLM_MODEL: ${{ secrets.GRAPHRAG_LLM_MODEL }}
20
GRAPHRAG_EMBEDDING_MODEL: ${{ secrets.GRAPHRAG_EMBEDDING_MODEL }}
21
@@ -50,4 +50,4 @@ jobs:
50
with:
51
branch: gh-pages
52
folder: site
53
- clean: true
+ clean: true
0 commit comments