Skip to content

99 hotspot peak value computation e aj #180

99 hotspot peak value computation e aj

99 hotspot peak value computation e aj #180

Workflow file for this run

name: github-DOCS
on:
pull_request:
types: [ opened, reopened, synchronize ]
permissions:
contents: none
# Cancels any in progress 'workflow' associated with this PR
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docs-check:
name: docs-check
runs-on: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: OpenCSP
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Sphinx docs check
run: |
cd OpenCSP
pip install -r requirements.txt
cd doc
pip install -r requirements.txt
./make_docs.sh