Skip to content

chore(docs): fix more styling regressions #654

chore(docs): fix more styling regressions

chore(docs): fix more styling regressions #654

Workflow file for this run

name: tests
on:
push:
branches-ignore:
- deploy
tags-ignore:
- "*"
jobs:
build:
timeout-minutes: 10
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
steps:
- name: Git checkout
uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: test
run: ./test.sh
env:
NODE_ENV: production
- name: Build docs
run: npm run docs:build
env:
NODE_ENV: production