diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7c729d8..05645b5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,9 +10,6 @@ jobs: - run: apk add --no-cache nodejs - name: Check out repository code uses: actions/checkout@v3 - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." - name: Install Docker run: |