Skip to content

feat: refactor ICQ module documentation [NTRN-349] #129

feat: refactor ICQ module documentation [NTRN-349]

feat: refactor ICQ module documentation [NTRN-349] #129

Workflow file for this run

name: Check Docs Build
on:
pull_request:
branches:
- '**'
jobs:
build:
name: Check Docs Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
run: yarn build