Skip to content

Added the documentation on RML (#103) #27

Added the documentation on RML (#103)

Added the documentation on RML (#103) #27

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