Update .gitea/workflows/deploy-lectures.yml

fix path in remove command
This commit is contained in:
schallbert 2024-12-24 10:58:01 +00:00
parent 492797e5e8
commit d9959e9a4d

View File

@ -27,7 +27,7 @@ jobs:
path: ./tmp path: ./tmp
- name: --- REMOVE TEMPORARY FILES --- - name: --- REMOVE TEMPORARY FILES ---
run: | run: |
rm -r .git rm -r ./tmp/.git
- name: --- NOTIFY --- - name: --- NOTIFY ---
run: | run: |
curl \ curl \