Skip to content

Fix test_with_attrfile bug and re-enable test #433

Fix test_with_attrfile bug and re-enable test

Fix test_with_attrfile bug and re-enable test #433

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
sudo apt install -y pandoc
./make_docs.sh