diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index 7ae3960..529697b 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -34,12 +34,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - # Debug step to verify repository structure on the runner - - name: List repository structure - run: | - echo "Listing repository structure:" - ls -R - - name: Dotenv Action uses: falti/dotenv-action@v1.1.4 with: