Skip to content

RTP-110 - Update room selection #523

RTP-110 - Update room selection

RTP-110 - Update room selection #523

Workflow file for this run

name: Test documentation deployment
on:
pull_request:
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website
run: yarn build