Skip to content

Merge pull request #5879 from Ashparshp/profile-inactive-senthil #2972

Merge pull request #5879 from Ashparshp/profile-inactive-senthil

Merge pull request #5879 from Ashparshp/profile-inactive-senthil #2972

name: Build and Deploy Site
on:
push:
branches: [ master ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: site # The branch the action should deploy to.
folder: public # The folder the action should deploy.
clean: true