Skip to content

Commit 30ad9ec

Browse files
authored
Update deploy.yml
1 parent d56eaab commit 30ad9ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
required: true
1818
HUGO_LLM_API:
1919
required: true
20+
HUGO_RAG_API:
21+
required: true
2022

2123
env:
2224
HUGO_VERSION: 0.130.0
@@ -60,6 +62,7 @@ jobs:
6062
bin/pagefind --site "public"
6163
env:
6264
HUGO_LLM_API: ${{ secrets.HUGO_LLM_API }}
65+
HUGO_RAG_API: ${{ secrets.HUGO_RAG_API }}
6366

6467
# Deploys website to AWS S3 and invalidate CloudFront Cache
6568
- name: Deploy to S3

0 commit comments

Comments
 (0)