Skip to content

Commit

Permalink
ci: add env vars to build
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentauger committed Dec 30, 2024
1 parent d03cb3b commit e73eb95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install dependencies
run: pnpm install --no-frozen-lockfile

- name: Create .env file (required for VITE env variables)
run: cp .env.example .env

- name: Build
run: pnpm run build

Expand Down

0 comments on commit e73eb95

Please sign in to comment.