Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Oct 11, 2024
1 parent 027dc3a commit 4009d98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:

- name: Build
env:
VITE_OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
VITE_SIMLI_API_KEY: ${{ secrets.SIMLI_API_KEY }}
VITE_ELEVENLABS_API_KEY: ${{ secrets.ELEVENLABS_API_KEY }}
VITE_OPENAI_API_KEY: ${{ secrets.VITE_OPENAI_API_KEY }}
VITE_SIMLI_API_KEY: ${{ secrets.VITE_SIMLI_API_KEY }}
VITE_ELEVENLABS_API_KEY: ${{ secrets.VITE_ELEVENLABS_API_KEY }}
run: npm run build

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 4009d98

Please sign in to comment.