Skip to content

More content on the docs landing page. #32

More content on the docs landing page.

More content on the docs landing page. #32

Workflow file for this run

name: build
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
# - run: pip install mkdocs mkdocs-mermaid2-plugin
# - run: mkdocs gh-deploy