Skip to content

Allow customizable emin instead of default emin=1-emax #128

Allow customizable emin instead of default emin=1-emax

Allow customizable emin instead of default emin=1-emax #128

Workflow file for this run

name: documentation
on:
push:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
- uses: actions/checkout@master
- name: Install and Build
run: |
sudo apt install -y doxygen graphviz
pip install sphinx sphinx_rtd_theme breathe exhale m2r2
make docs
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/html