Skip to content

Merge pull request #56 from LM-Commons/visto9259-patch-2 #120

Merge pull request #56 from LM-Commons/visto9259-patch-2

Merge pull request #56 from LM-Commons/visto9259-patch-2 #120

name: Test Build GitHub Pages
defaults:
run:
shell: bash
working-directory: ./docs
on:
pull_request:
push:
jobs:
test-deploy:
name: Build GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: yarn
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website
run: yarn build