Skip to content

Add block library common style, fix inserter colors. Fixes #17 #57

Add block library common style, fix inserter colors. Fixes #17

Add block library common style, fix inserter colors. Fixes #17 #57

Workflow file for this run

name: Build and Deploy to GitHub Pages
on:
push:
branches:
- main
- deploy-web
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run build:web
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist