Skip to content

Update SCITT getting started headings #1122

Update SCITT getting started headings

Update SCITT getting started headings #1122

Workflow file for this run

# Deploy your Hyas site to GitHub Pages
name: GitHub Pages
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm ci
- name: Build production website
run: npm run build