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: