Skip to content

Commit 7505782

Browse files
committed
build: with submodules when checkout
1 parent a297f91 commit 7505782

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34+
with:
35+
submodules: true # Fetch submodules
36+
fetch-depth: 0 # Required to get all Git history for submodules
3437
- name: Detect package manager
3538
id: detect-package-manager
3639
run: |

0 commit comments

Comments
 (0)