Skip to content

Commit cf72e04

Browse files
authored
Update deploy.yml
1 parent 13d6638 commit cf72e04

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
@@ -19,6 +19,8 @@ on:
1919
required: true
2020
HUGO_RAG_API:
2121
required: true
22+
HUGO_AUDIO_API:
23+
required: true
2224

2325
env:
2426
HUGO_VERSION: 0.130.0
@@ -66,6 +68,7 @@ jobs:
6668
env:
6769
HUGO_LLM_API: ${{ secrets.HUGO_LLM_API }}
6870
HUGO_RAG_API: ${{ secrets.HUGO_RAG_API }}
71+
HUGO_AUDIO_API: ${{ secrets.HUGO_AUDIO_API }}
6972

7073
# Deploys website to AWS S3 and invalidate CloudFront Cache
7174
- name: Deploy to S3

0 commit comments

Comments
 (0)