Skip to content

refactor: split element tree out into reactive tree #307

refactor: split element tree out into reactive tree

refactor: split element tree out into reactive tree #307

Workflow file for this run

name: Github Pages
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.14'
- name: Build mdBook
run: mdbook build
working-directory: ./docs
- name: Deploy mdBook
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book