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