Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m12s Details

This commit is contained in:
Alice 2024-05-23 17:58:14 -03:00
parent ffd21e9397
commit 1111d70e63
1 changed files with 0 additions and 3 deletions

View File

@ -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 }}."