Skip to content

Begin testing on 8.3 #488

Begin testing on 8.3

Begin testing on 8.3 #488

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: [12.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install and Build 🔧
run: |
yarn install
yarn docs:build