diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 17c5b2a..4ae1d13 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,5 +13,5 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | - ls /var/www/html/ + ls /var/www/html - run: echo "🍏 This job's status is ${{ job.status }}."