Skip to content

fix obdiag sig member #15

fix obdiag sig member

fix obdiag sig member #15

Workflow file for this run

name: Build the website
on:
pull_request:
branches:
- master
jobs:
build-website:
name: Build the website
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
cache-dependency-path: './yarn.lock'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
run: yarn build