Skip to content

Commit

Permalink
Merge pull request #107 from sendbird/fix/gh-pages
Browse files Browse the repository at this point in the history
ci: update github pages workflow
  • Loading branch information
bang9 authored Mar 4, 2024
2 parents 08ec69f + 272c530 commit 5991e6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Install and Build 🔧
run: |
npm install
cp .env .env.production
echo "VITE_CHAT_AI_WIDGET_KEY=${{ secrets.chat_ai_widget_key }}" >> .env.production
npm run build:pages
- name: Deploy 🚀
Expand Down

0 comments on commit 5991e6d

Please sign in to comment.