Skip to content

Commit 164cfa0

Browse files
committed
Update github workflow to include submodules
1 parent 668d62f commit 164cfa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
28-
28+
submodules: true
29+
2930
- name: Install, build, and upload your site
3031
uses: withastro/action@v2
3132

0 commit comments

Comments
 (0)