Skip to content

PORT-8575 Add guide for managing statuspage incidents #4516

PORT-8575 Add guide for managing statuspage incidents

PORT-8575 Add guide for managing statuspage incidents #4516

name: Verify Docs Build
on:
pull_request:
types:
- "opened"
- "synchronize"
- "reopened"
- "ready_for_review"
- "converted_to_draft"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build-docs:
runs-on: ubuntu-latest
name: Test successful production build
steps:
- uses: actions/checkout@v4
with:
persist-credentials: true
- name: Install dependencies
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- run: npm ci
- name: Build
run: npm run build