✏️ Fix typos
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m9s
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m9s
This commit is contained in:
parent
3965c6e2f4
commit
ccaaf45e29
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ jobs:
|
|||
name: Checkout
|
||||
- name: Build
|
||||
env:
|
||||
VITE_SUPPORT_EMAIL: ${{ secrets.SUPPORT_EMAIL }}
|
||||
VITE_API_URL: ${{ secrets.API_URL }}
|
||||
VITE_TURNSTILE_SITE_KEY: ${{ secrets.TURNSTILE_SITE_KEY }}
|
||||
VITE_SUPPORT_EMAIL: ${{ secrets.VITE_SUPPORT_EMAIL }}
|
||||
VITE_API_URL: ${{ secrets.VITE_API_URL }}
|
||||
VITE_TURNSTILE_SITE_KEY: ${{ secrets.VITE_TURNSTILE_SITE_KEY }}
|
||||
run: |
|
||||
npm --version && node --version
|
||||
npm ci --no-update-notifier
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue