From 2e49be98b2764ff2592326b687c809e4fde3f5f0 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Wed, 5 Jun 2024 17:55:21 +0200 Subject: [PATCH] Update deploy.yaml --- .gitea/workflows/deploy.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index bc50d15..92533bd 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -7,9 +7,10 @@ defaults: shell: bash jobs: - Explore-Gitea-Actions: + deploy: + runs-on: ubuntu-latest steps: - name: List files in the repository run: | - cd /www - ls + ls / + ls /home