Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
Must checkout submodules to access bossapi utilities.
  • Loading branch information
pablorcum authored Mar 24, 2024
1 parent 58441d1 commit 78d89cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
token: ${{ secrets.REPO_READ_TOKEN }}

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
Expand Down

0 comments on commit 78d89cc

Please sign in to comment.