Skip to content

Commit

Permalink
fix: updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nobleknightt committed Nov 17, 2024
1 parent 08d7f7c commit 9107357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
run: npm ci
- name: Build
env:
VITE_API_URL: ${{ secrets.VITE_API_URL }}
VITE_API_URL: ${{ env.VITE_API_URL }}
VITE_CHAT_API_URL: ${{ env.VITE_CHAT_API_URL }}
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 9107357

Please sign in to comment.