diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9df9260e..06d26167c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,6 @@ jobs: # your fork instead of the author's. repository: lucent-sea/Remotely fetch-depth: 0 - submodules: recursive # Test the Server URL to make sure it's valid - name: Check Server URL Format diff --git a/.github/workflows/deploy-to-iis.yml b/.github/workflows/deploy-to-iis.yml index cbc796e12..172ef36f0 100644 --- a/.github/workflows/deploy-to-iis.yml +++ b/.github/workflows/deploy-to-iis.yml @@ -93,7 +93,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - submodules: recursive # Install the .NET Core workload - name: Install .NET Core diff --git a/.github/workflows/deploy-via-ssh.yml b/.github/workflows/deploy-via-ssh.yml index ed84a457e..df4f0358b 100644 --- a/.github/workflows/deploy-via-ssh.yml +++ b/.github/workflows/deploy-via-ssh.yml @@ -101,7 +101,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - submodules: recursive # Install the .NET Core workload - name: Install .NET Core diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 1e03a8163..8b219db9b 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -28,7 +28,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - submodules: recursive # Install the .NET Core workload - name: Install .NET Core