Skip to content

Commit

Permalink
Update deploy-to-github-pages.yml (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik authored Jun 25, 2024
1 parent 6b933a4 commit da0b54c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
- name: Install dependencies
run: npm ci

# Inject environment variables from .env file
- name: Set up environment variables
run: echo "CHAT_API_KEY='${{ secrets.CHAT_API_KEY }}'" >> .env

- name: Build
run: npm run build
- name: Setup Pages
Expand Down

0 comments on commit da0b54c

Please sign in to comment.