Skip to content

fix selection of combobox in autostyler dialog #251

fix selection of combobox in autostyler dialog

fix selection of combobox in autostyler dialog #251

Workflow file for this run

name: Build & Deploy
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
permissions:
pages: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: corepack enable
- run: yarn install
- run: yarn test
- run: yarn build
- name: Deploy to https://${{ github.actor }}.github.io/${{ github.event.repository.name }}/
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist