Skip to content

Commit

Permalink
fix(ci): env
Browse files Browse the repository at this point in the history
  • Loading branch information
YDrogen committed Feb 27, 2025
1 parent 7f89579 commit e7149ef
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 @@ -44,6 +44,8 @@ jobs:

- name: Build
run: npm run build && cp dist/index.html dist/404.html
env:
VITE_API_KEY: ${{ secrets.VITE_API_KEY }}

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit e7149ef

Please sign in to comment.