From 492797e5e87ae63de26ba6af1fab2e349e650305 Mon Sep 17 00:00:00 2001 From: Schallbert Date: Tue, 24 Dec 2024 11:56:00 +0100 Subject: [PATCH] try remove .git folder after checkout --- .gitea/workflows/deploy-lectures.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy-lectures.yml b/.gitea/workflows/deploy-lectures.yml index ef277ba..d0fecd5 100644 --- a/.gitea/workflows/deploy-lectures.yml +++ b/.gitea/workflows/deploy-lectures.yml @@ -25,11 +25,9 @@ jobs: uses: actions/checkout@v4 with: path: ./tmp - sparse-checkout: | - /* - !.git - !.gitea - sparse-checkout-cone-mode: false + - name: --- REMOVE TEMPORARY FILES --- + run: | + rm -r .git - name: --- NOTIFY --- run: | curl \