Skip to content

feat: add a new plugin folder #6

feat: add a new plugin folder

feat: add a new plugin folder #6

Workflow file for this run

name: Continuous Delivery
on: push
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: Install
run: yarn install
- name: Build and Deploy
env:
STORYBLOK_PERSONAL_ACCESS_TOKEN: ${{secrets.STORYBLOK_PERSONAL_ACCESS_TOKEN}}
run: yarn workspaces foreach -A run deploy --skipPrompts --scope my-plugins