Skip to content

Commit 1ff1485

Browse files
authored
Merge branch 'ArmDeveloperEcosystem:main' into main
2 parents 6c0b70f + fc61578 commit 1ff1485

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
secrets:
2323
AWS_OIDC_ROLE: ${{ secrets.AWS_OIDC_ROLE_INTERNAL }}
2424
HUGO_LLM_API: ${{ secrets.HUGO_LLM_API }}
25+
HUGO_RAG_API: ${{ secrets.HUGO_RAG_API }}

0 commit comments

Comments
 (0)