Skip to content

add vercel json file #38

add vercel json file

add vercel json file #38

Workflow file for this run

name: Netlify Preview
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Netlify CLI
run: npm install -g netlify-cli
- name: Build and deploy to Netlify
run: |
netlify deploy --dir=Lets-Learn-Github --prod
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}