Skip to content

added new module and necessary refactorings #684

added new module and necessary refactorings

added new module and necessary refactorings #684

Workflow file for this run

name: "Pull Request Docs Check"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/environment-docs.yml
- name: make docs
shell: bash -l {0}
run: |
cd docs
make html