Skip to content

(feat) Updated settings #1

(feat) Updated settings

(feat) Updated settings #1

Workflow file for this run

name: Build Docs
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: npm install
- name: Build Site
run: npm run build