Skip to content

Laravel 12 Support #111

Laravel 12 Support

Laravel 12 Support #111

Workflow file for this run

name: Verify the Docs Build
on:
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x]
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8.x.x
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Install and Build 🔧
run: |
pnpm install
pnpm docs:build