Skip to content

Merge pull request #45 from Rajesh-Nagarajan-11/faq-upgrade #7

Merge pull request #45 from Rajesh-Nagarajan-11/faq-upgrade

Merge pull request #45 from Rajesh-Nagarajan-11/faq-upgrade #7

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