Skip to content

feat: add PC editor and WYSIWYG #1

feat: add PC editor and WYSIWYG

feat: add PC editor and WYSIWYG #1

Workflow file for this run

# .github/workflows/deploy.yml
name: Deploy PR previews
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy PR Preview
uses: rossjrw/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
preview-branch: main
source-dir: .
umbrella-dir: pr-preview
action: auto