Skip to content

test modules.rst w/o calc_cost listed but w/test.rst #46

test modules.rst w/o calc_cost listed but w/test.rst

test modules.rst w/o calc_cost listed but w/test.rst #46

Workflow file for this run

name: Doc Tests
on:
push:
pull_request:
branches:
- develop
- 'release/*'
workflow_dispatch:
branches:
- 'feature/doc-actions'
defaults:
run:
shell: bash -leo pipefail {0}
jobs:
doc_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check tech docs
run: .github/scripts/check_tech_doc.sh
- name: Build documentation
run: |
cd doc
make doc