From 688874042791fd5e1e203b4d696c9256617eb8dd Mon Sep 17 00:00:00 2001 From: Jord Date: Wed, 27 Sep 2023 17:13:22 +1000 Subject: [PATCH] remove print step --- .github/workflows/blob-storage-website-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/blob-storage-website-ci.yml b/.github/workflows/blob-storage-website-ci.yml index ae44b11..1d64348 100644 --- a/.github/workflows/blob-storage-website-ci.yml +++ b/.github/workflows/blob-storage-website-ci.yml @@ -38,10 +38,6 @@ jobs: run: bun install - name: Build with Next.js run: bun run build - - name: Print Working Directory - run: | - pwd - ls - name: Upload artifact uses: actions/upload-artifact@v3 with: