Skip to content

Merge pull request #126 from meshery/theBeginner86-patch-1 #99

Merge pull request #126 from meshery/theBeginner86-patch-1

Merge pull request #126 from meshery/theBeginner86-patch-1 #99

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