Skip to content

[Chore] Add Overview section #1

[Chore] Add Overview section

[Chore] Add Overview section #1

Workflow file for this run

name: Publish documentation
on:
push:
branches:
- gh-pages
workflow_dispatch:
permissions:
contents: read
concurrency:
group: documentation
cancel-in-progress: false
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-glightbox mkdocs-minify-plugin
- run: mkdocs build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site