diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e294cf1..55b3292 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,6 +21,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + submodules: true - name: Export secrets to environment variables uses: oNaiPs/secrets-to-env-action@v1.5