Skip to content

Commit 4a88545

Browse files
committed
implement ci/pages deployment (attempt 5)
1 parent 477e426 commit 4a88545

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4
24+
with:
25+
submodules: recursive
2426

2527
- name: Setup Bun
2628
uses: oven-sh/setup-bun@v1

0 commit comments

Comments
 (0)