Skip to content

Merge pull request #37 from visto9259/2.0.x #30

Merge pull request #37 from visto9259/2.0.x

Merge pull request #37 from visto9259/2.0.x #30

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