Skip to content

Commit 2fc8bc9

Browse files
committed
Fetch submodules in deploy checkout
1 parent b32b877 commit 2fc8bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0 # Not needed if lastUpdated is not enabled
31+
submodules: true
3132
- name: Setup Node
3233
uses: actions/setup-node@v4
3334
with:

0 commit comments

Comments
 (0)