From f9764a06068eff1b0fa7f46d634db13bfea0d762 Mon Sep 17 00:00:00 2001
From: albert <albert@sysctl.io>
Date: Wed, 5 Feb 2025 06:17:42 -0800
Subject: [PATCH] Remove unneccesary run command

---
 .forgejo/workflows/deploy.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml
index 07293540..755ab113 100644
--- a/.forgejo/workflows/deploy.yml
+++ b/.forgejo/workflows/deploy.yml
@@ -24,11 +24,6 @@ jobs:
         run: echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
       - name: Checkout repository
         uses: actions/checkout@v4
-      - name: Check the workspace
-        run: |
-          set -x
-          ls -lah
-          ls -lah ${{ github.workspace }}
       - name: Install SSH Keys
         run: |
           echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519