Skip to content

Commit

Permalink
ci: update github pages ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Mar 4, 2024
1 parent 08ec69f commit 272c530
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 272c530

Please sign in to comment.