Skip to content

Merge pull request #6202 from saikiransomanagoudar/feat/add-feature-l… #3273

Merge pull request #6202 from saikiransomanagoudar/feat/add-feature-l…

Merge pull request #6202 from saikiransomanagoudar/feat/add-feature-l… #3273

name: Build and Deploy Site
on:
push:
branches: [master]
workflow_dispatch:
workflow_call:
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 --legacy-peer-deps
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
branch: site # The branch the action should deploy to.
folder: public # The folder the action should deploy.
clean: true