diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 982477a..b3e4530 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -22,6 +22,8 @@ jobs: steps: - name: Checking out the Repository uses: actions/checkout@v4 + with: + submodules: true - name: Configuring AWS credentials uses: aws-actions/configure-aws-credentials@v4 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 02d5ad1..a78ff30 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,8 +19,12 @@ jobs: deploy: name: Deploy runs-on: ubuntu-latest - needs: build_push steps: + - name: Checking out repository code + uses: actions/checkout@v4 + with: + submodules: true + - name: Configuring AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: