Skip to content

Merge pull request #187 from meshery/dependabot/npm_and_yarn/site/web… #144

Merge pull request #187 from meshery/dependabot/npm_and_yarn/site/web…

Merge pull request #187 from meshery/dependabot/npm_and_yarn/site/web… #144

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