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