Skip to content

potential fix for the null reference in ccnode.visit() #116

potential fix for the null reference in ccnode.visit()

potential fix for the null reference in ccnode.visit() #116

name: Test Docs Deployment
on:
pull_request:
branches:
- master
jobs:
test-deploy:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm ci
working-directory: ./docs
- name: Test build website
run: npm run build
working-directory: ./docs