Skip to content

[nit] front page update for docs site #59

[nit] front page update for docs site

[nit] front page update for docs site #59

Workflow file for this run

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