diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 14b397b..cfc6d63 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,6 +18,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: recursive - name: Log in to the Container registry uses: docker/login-action@v3