Skip to content

feat: add table of content on the home page, remove read docs link (r… #190

feat: add table of content on the home page, remove read docs link (r…

feat: add table of content on the home page, remove read docs link (r… #190

Workflow file for this run

name: 🧪 Test Build
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- name: 📥 Install Dependencies
run: npm ci
- name: 🔨 Test Build
run: npm run build