Skip to content

Merge branch 'master' of https://github.com/meshery/play #166

Merge branch 'master' of https://github.com/meshery/play

Merge branch 'master' of https://github.com/meshery/play #166

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