Skip to content

docs(get in touch): changes to getting in touch for help and feedback… #215

docs(get in touch): changes to getting in touch for help and feedback…

docs(get in touch): changes to getting in touch for help and feedback… #215

Workflow file for this run

name: Build and deploy docs
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install and Build
run: |
npm install
npm run build:docs
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages
folder: public