From 71d75703d8bbf5856acd622c140a636711925478 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Sat, 27 Apr 2024 20:22:53 +0200 Subject: [PATCH] test --- .gitea/workflows/hugo.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 5a7a774..fb32a06 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -62,6 +62,10 @@ jobs: run: echo "rm -r ${{ SSH_USER }}/*" - name: Test run: echo "rm -r ${{ WEB_DIR }}/*" + - name: Test + run: 'echo "test"' + - name: Test + run: echo "test" - name: Extract archive (test) uses: https://github.com/appleboy/ssh-action@master