diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cea9d4a..32638db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -119,8 +119,6 @@ jobs: steps: - name: ⬇️ Checkout repo uses: actions/checkout@v4 - with: - submodules: "true" - name: 🚀 Deploy production if: ${{ github.ref == 'refs/heads/main' }}