Skip to content

chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /website #13

chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /website

chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /website #13

Workflow file for this run

name: Website Test
on:
pull_request:
branches:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
paths: [website/**]
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./website
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
cache-dependency-path: ./website/package-lock.json
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build