Skip to content

Commit

Permalink
add recursive submodules checking (#879)
Browse files Browse the repository at this point in the history
Co-authored-by: Gleb Karavatski <g.karavatski@pixelplex.io>
  • Loading branch information
gleb498 and gkaravatski authored Nov 25, 2024
1 parent 641544a commit 6e57998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
# docusaurus checks .git for history, so we need all commits
fetch-depth: 0
submodules: recursive

# For gha cache
- name: Set up Docker Buildx
Expand Down
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@
"sidebars",
"i18n",
".husky",
"3rd/*"
"3rd/*",
".github/*",
]
}

0 comments on commit 6e57998

Please sign in to comment.