Skip to content

Fix - form validation and slug regeneration issue with resource #990

Fix - form validation and slug regeneration issue with resource

Fix - form validation and slug regeneration issue with resource #990

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node for admin
uses: actions/setup-node@v1
with:
node-version: "18.x"
- name: Build admin panel
run: |
cd admin
yarn install
cd src/plugins/blog-editor
yarn install
cd ../../..
yarn build