Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[master < E-nodes] Write docs for nodes #1373

[master < E-nodes] Write docs for nodes

[master < E-nodes] Write docs for nodes #1373

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- master
jobs:
test-deploy:
name: Test deployment
runs-on: [self-hosted, Linux, X64, Ubuntu20.04]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build