Skip to content

Commit

Permalink
Add recursive submodules checkout during docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Dec 13, 2024
1 parent e6c66b6 commit 50fefd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up environment
uses: ./.github/actions/setup
- run: bash scripts/git-user-config.sh
Expand Down

0 comments on commit 50fefd6

Please sign in to comment.