Skip to content

Update editor state on indent/outdent (#210) #115

Update editor state on indent/outdent (#210)

Update editor state on indent/outdent (#210) #115

Workflow file for this run

name: CI/CD
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
client:
runs-on: ubuntu-latest
env:
CI: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build