Update CI workflow to fetch submodules during checkout

This commit is contained in:
2024-09-24 17:07:38 +07:00
parent b52b977c62
commit e66090e699

View File

@@ -22,6 +22,9 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
# Pull the latest version of base images and rebuild without cache
- name: Build and deploy