Skip to content

Merge branch 'main' of https://github.com/anuragkj/GDSC_BPDC_Website #1

Merge branch 'main' of https://github.com/anuragkj/GDSC_BPDC_Website

Merge branch 'main' of https://github.com/anuragkj/GDSC_BPDC_Website #1

Workflow file for this run

name: Github Pages Deploy
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install and build
run: npm install && npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.