Skip to content

fix: Typo in get started. (#63) #28

fix: Typo in get started. (#63)

fix: Typo in get started. (#63) #28

Workflow file for this run

name: Docusaurus build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build