Skip to content
This repository was archived by the owner on Sep 4, 2026. It is now read-only.

Add packaging documentation #46

Add packaging documentation

Add packaging documentation #46

Workflow file for this run

name: MkDocs
on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
branches:
- master
jobs:
mkdocs:
name: mkdocs
runs-on: ubuntu-latest
env:
JSON_VERSION: "0.0.7"
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Install mkdocs deps
run: |
sudo apt-get update -y
sudo apt-get install -y python3-pip
sudo pip3 install mkdocs mkdocs-material
- name: Run mkdocs
run: |
mkdocs build