Skip to content

add stuff about components and library name meaning #36

add stuff about components and library name meaning

add stuff about components and library name meaning #36

Workflow file for this run

name: mdBook Actions Workflow
on:
push:
branches:
- docs
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v5
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: 'latest'
- run: mdbook build
- name: Deploy Book Contents
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/docs' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book