Skip to content

Correction of erroneous copy of pre-split tags to new split meshes #39

Correction of erroneous copy of pre-split tags to new split meshes

Correction of erroneous copy of pre-split tags to new split meshes #39

Workflow file for this run

name: "Pull Request Docs Check"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@dev
with:
docs-folder: "docs/"
build-command: "sphinx-build -b html . _build"