From dfd024c2f1787a3096f4a42f8707c428ed28baca Mon Sep 17 00:00:00 2001 From: webrian Date: Sat, 14 Oct 2023 13:32:43 +0200 Subject: [PATCH] Update build-pages-and-deploy.yml --- .github/workflows/build-pages-and-deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-pages-and-deploy.yml b/.github/workflows/build-pages-and-deploy.yml index ae6f0cf..6d3ebb2 100644 --- a/.github/workflows/build-pages-and-deploy.yml +++ b/.github/workflows/build-pages-and-deploy.yml @@ -17,10 +17,6 @@ jobs: - name: Build website with Jekyll uses: jerryjvl/jekyll-build-action@v1 - - name: List files in the repository - run: | - ls ${{ github.workspace }}/_site/ - - name: Copy the files to the server using rsync uses: burnett01/rsync-deployments@6.0.0 with: