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 \