Skip to content

Total surface and volume derived quantities for cylindrical and spherical meshes #290

Total surface and volume derived quantities for cylindrical and spherical meshes

Total surface and volume derived quantities for cylindrical and spherical meshes #290

Workflow file for this run

name: Documentation test
on: [push, pull_request]
jobs:
docbuild:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: festim-docs
environment-file: docs/environment.yml
- name: Doc Tests
shell: bash -l {0}
run: sphinx-build -b doctest docs/source docs/_build/doctest