Checkout submodules when cloning
All checks were successful
deploy-web-assets / deploy (push) Successful in 14s
All checks were successful
deploy-web-assets / deploy (push) Successful in 14s
This commit is contained in:
parent
e345704e0a
commit
213e7e496a
@ -12,6 +12,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user