Skip to content

docs: updated statistics gov position in architecture #32

docs: updated statistics gov position in architecture

docs: updated statistics gov position in architecture #32

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs mkdocs-mermaid2-plugin
- run: mkdocs gh-deploy -b gh-pages --force