Skip to content

fix: broken link

fix: broken link #222

Workflow file for this run

name: Deploy PR Build and Check
on:
pull_request:
types:
- opened
- synchronize
- closed
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16.14
- name: Install Yarn
run: npm install -g yarn
- name: Install Dependencies
run: yarn install
- name: Build Documentation
run: yarn build