Skip to content

Commit

Permalink
ci: use the checkout action for checking out submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dich0tomy committed Mar 8, 2024
1 parent ce6383d commit 52d521f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
generate:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo & submodules
- uses: actions/checkout@v4
- name: Checkout doxygen-awesome
uses: textbook/git-checkout-submodule-action@master
with:
submodules: recursive
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.9.8
with:
Expand Down

0 comments on commit 52d521f

Please sign in to comment.