Skip to content

build(deps): bump actions/deploy-pages from 4 to 5 #192

build(deps): bump actions/deploy-pages from 4 to 5

build(deps): bump actions/deploy-pages from 4 to 5 #192

name: GitHub Pages Test
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: ./website
jobs:
build:
name: Build Docusaurus
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 24
cache: yarn
- name: Install prettier-plugin-java dependencies
working-directory: .
run: yarn install --frozen-lockfile
- name: Build prettier-plugin-java
working-directory: .
run: yarn build
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website
run: yarn build