Skip to content

Merge pull request #98 from kishore08-07/kishore08-07-patch-1 #52

Merge pull request #98 from kishore08-07/kishore08-07-patch-1

Merge pull request #98 from kishore08-07/kishore08-07-patch-1 #52

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