Skip to content

Updated code snippets to actual npm package #47

Updated code snippets to actual npm package

Updated code snippets to actual npm package #47

Workflow file for this run

name: build website
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Build project
run: npm run build --throw-deprecation --trace-warnings