Skip to content

fix: read notes

fix: read notes #235

Workflow file for this run

name: Build docs
on:
push:
branches:
- master
jobs:
documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Build Documentation
run: |
sudo apt-get install python3 python3-pip
sudo pip3 install sphinx sphinx_rtd_theme
cd docs/docgen/
python3 docgen.py ../../
- name: Deploy Documentation
uses: JamesIves/[email protected]
with:
BRANCH: documentation
FOLDER: docs/docgen/build/