From 2623cb62780081f41cfebf20e08a467ce92e64b2 Mon Sep 17 00:00:00 2001
From: Bart van der Braak <bartvdbraak@gmail.com>
Date: Sun, 11 Jun 2023 03:01:45 +0200
Subject: [PATCH] debug: Remove system info

---
 .github/workflows/seo-report.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/seo-report.yaml b/.github/workflows/seo-report.yaml
index ab2dc50..6f17cbe 100644
--- a/.github/workflows/seo-report.yaml
+++ b/.github/workflows/seo-report.yaml
@@ -44,12 +44,10 @@ jobs:
 
       - name: Build Unlighthouse report
         run: |
-          pwd
           unlighthouse-ci \
             --site "${{ github.event.deployment_status.target_url }}" \
             --build-static \
             --router-prefix "${{ github.event.repository.name }}/${{ steps.git-branch.outputs.SOURCE_REF }}"
-          ls -la
 
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3