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