Skip to content

Fixed the Simple Factory example. Fixes #2255 #22

Fixed the Simple Factory example. Fixes #2255

Fixed the Simple Factory example. Fixes #2255 #22

name: Build and test PRs with docs
on:
pull_request:
paths:
- docs/**
jobs:
docs:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Build docs
run: |
cd docs
yarn install
yarn build