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.
2 parents 6c0b70f + fc61578 commit 1ff1485Copy full SHA for 1ff1485
.github/workflows/deploy.yml
@@ -17,6 +17,8 @@ on:
17
required: true
18
HUGO_LLM_API:
19
20
+ HUGO_RAG_API:
21
+ required: true
22
23
env:
24
HUGO_VERSION: 0.130.0
@@ -60,6 +62,7 @@ jobs:
60
62
bin/pagefind --site "public"
61
63
64
HUGO_LLM_API: ${{ secrets.HUGO_LLM_API }}
65
+ HUGO_RAG_API: ${{ secrets.HUGO_RAG_API }}
66
67
# Deploys website to AWS S3 and invalidate CloudFront Cache
68
- name: Deploy to S3
.github/workflows/main.yml
@@ -22,3 +22,4 @@ jobs:
secrets:
AWS_OIDC_ROLE: ${{ secrets.AWS_OIDC_ROLE_INTERNAL }}
25
0 commit comments