Skip to content

Commit

Permalink
Update GHA to generate doc json before HTML gen
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Oct 16, 2024
1 parent e015561 commit 53e6775
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,21 @@ jobs:
with:
python-version: 3.7

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2023b

- name: Install dependencies
run: |
sudo apt install -y python3-numpy
pip install -r CI/doc/requirements_doc.txt
- name: Generate MATLAB side of doc
uses: matlab-actions/run-command@v1
with:
command: addpath(genpath('.')); gen_sysobj_doc; exit();

- name: Check doc build
run: |
make -C CI/doc gen_autodocs html
Expand Down

0 comments on commit 53e6775

Please sign in to comment.