Skip to content

chore: bump docusaurus and change php initial support version to 8.0 #24

chore: bump docusaurus and change php initial support version to 8.0

chore: bump docusaurus and change php initial support version to 8.0 #24

name: docs-deployment-test
on:
pull_request:
branches:
- v3.x
paths:
- 'docs/**'
jobs:
test-deploy:
name: Test docs deployment
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
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
- name: Test build website
run: npm run build