Skip to content

Commit

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

0 comments on commit bab6f3d

Please sign in to comment.