From c9f940f6a81ab1164066ba5f9a934285c24f3b56 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Mon, 27 May 2024 14:26:25 +0200 Subject: [PATCH] remove recce statements --- .forgejo/workflows/demo.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index f9ba7ae..807572b 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -10,8 +10,6 @@ jobs: - uses: https://github.com/taiki-e/install-action@v2 with: tool: zola@0.17.1 - - run: pwd - - run: find . - run: zola build - name: copy file via ssh password uses: https://github.com/appleboy/scp-action@v0.1.7