Skip to content

chore: remove Google Captcha and gtag.js scripts, update theme color … #78

chore: remove Google Captcha and gtag.js scripts, update theme color …

chore: remove Google Captcha and gtag.js scripts, update theme color … #78

Workflow file for this run

name: build
on:
- push
- pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: '16'
- name: Install dependencies
run: npm ci
- name: Build
env:
VITE_SANITY_PROYECT_ID: ${{ secrets.VITE_SANITY_PROYECT_ID }}
run: npm run build