Skip to content

change initialValue of FieldState from private to protected (#106) #61

change initialValue of FieldState from private to protected (#106)

change initialValue of FieldState from private to protected (#106) #61

Workflow file for this run

name: Doc
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Build docs
run: |
npm ci
npm run build:doc
- name: Deploy docs
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: gh-pages
folder: dumi/dist/formstate-x