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: