Skip to content

Merge pull request #5859 from layer5io/dependabot/npm_and_yarn/react-… #2980

Merge pull request #5859 from layer5io/dependabot/npm_and_yarn/react-…

Merge pull request #5859 from layer5io/dependabot/npm_and_yarn/react-… #2980

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