From d9959e9a4d376f09ccaa391f5484e83c02562639 Mon Sep 17 00:00:00 2001 From: schallbert Date: Tue, 24 Dec 2024 10:58:01 +0000 Subject: [PATCH] Update .gitea/workflows/deploy-lectures.yml fix path in remove command --- .gitea/workflows/deploy-lectures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-lectures.yml b/.gitea/workflows/deploy-lectures.yml index d0fecd5..8171609 100644 --- a/.gitea/workflows/deploy-lectures.yml +++ b/.gitea/workflows/deploy-lectures.yml @@ -27,7 +27,7 @@ jobs: path: ./tmp - name: --- REMOVE TEMPORARY FILES --- run: | - rm -r .git + rm -r ./tmp/.git - name: --- NOTIFY --- run: | curl \ -- 2.47.1