From 1111d70e63516b46f826d6711492d8bc0c2f694c Mon Sep 17 00:00:00 2001 From: Alice Date: Thu, 23 May 2024 17:58:14 -0300 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6cd245c..2c3f11a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -16,7 +16,4 @@ jobs: - run: cd ${{ gitea.workspace }} - run: bundle install - run: make - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}."