Skip to content

Commit

Permalink
Fix CI targets
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Jan 18, 2024
1 parent b35081c commit 2d36224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
make -C ./CI/scripts build
pip3 install -r CI/doc/requirements_doc.txt
make -C CI/doc gen_hdl_refdesigns html
make -C CI/doc gen_autodocs html
make -C ./CI/scripts add_libad9361
- name: Set up MATLAB
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pip install -r CI/doc/requirements_doc.txt
- name: Check doc build
run: |
make -C CI/doc gen_hdl_refdesigns html
make -C CI/doc gen_autodocs html
- name: Publish master doc
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 2d36224

Please sign in to comment.