From 79abc735a2ae51ae3d0ca42b0b370b4058ca797b Mon Sep 17 00:00:00 2001 From: maximeg Date: Thu, 18 Jan 2024 14:15:02 +0000 Subject: [PATCH] Actualiser .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index e9226d4..8e4e571 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -6,7 +6,9 @@ jobs: build and deploy: steps: - name: check folder - run: ls + run: pwd + run: echo hello world + run: ls -a - name: Setup Hugo uses: https://github.com/peaceiris/actions-hugo@v2 with: