Skip to content

fix(templates): show and apply what the tree declares #95

fix(templates): show and apply what the tree declares

fix(templates): show and apply what the tree declares #95

Workflow file for this run

name: book
on:
push:
branches:
- develop
jobs:
deploy_site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.43'
- run: mdbook build book --dest-dir ../docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs