Skip to content

Update mentors.js

Update mentors.js #9

Workflow file for this run

name: Deploy to Vercel
on:
push:
branches:
- main # Set this to the branch you want to deploy
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm i -g vercel
- name: Deploy to Vercel
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
run: |
vercel --token=${{ secrets.VERCEL_TOKEN }} --prod --yes --name googlecloudlahore