Skip to content

influx1 not 2

influx1 not 2 #30

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build Content
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
- name: Install Dependencies
working-directory: documentation
run: yarn install --frozen-lockfile
- name: Build website
working-directory: documentation
run: yarn build