Skip to content

Commit 4b8a10c

Browse files
committed
Add preview contact page
1 parent 32d2d8d commit 4b8a10c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- name: Get branch name
2626
run: echo "BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
2727

28+
- name: Update Submodules
29+
run: |
30+
git submodule update --init --recursive --remote
31+
2832
- uses: ruby/setup-ruby@v1
2933
with:
3034
ruby-version: 3.4

0 commit comments

Comments
 (0)