Skip to content

Toggle: mark as dirty when the user changes the value (#731) #377

Toggle: mark as dirty when the user changes the value (#731)

Toggle: mark as dirty when the user changes the value (#731) #377

Workflow file for this run

name: Update GitHub Pages
on:
push:
branches:
- master
- 1.x
env:
GH_ACTIONS_TOKEN: ${{ secrets.GH_ACTIONS_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run build:demo
- run: cp ./dist/demo/index.html ./dist/demo/404.html
- run: ./ghpages.sh