Skip to content

docs: update for mirrored message policy #952

docs: update for mirrored message policy

docs: update for mirrored message policy #952

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Build Docs
run: |
cd docs
yarn install
yarn build