Update .gitea/workflows/deploy-lectures.yml
fix path in remove command
This commit is contained in:
parent
492797e5e8
commit
d9959e9a4d
@ -27,7 +27,7 @@ jobs:
|
||||
path: ./tmp
|
||||
- name: --- REMOVE TEMPORARY FILES ---
|
||||
run: |
|
||||
rm -r .git
|
||||
rm -r ./tmp/.git
|
||||
- name: --- NOTIFY ---
|
||||
run: |
|
||||
curl \
|
||||
|
Loading…
x
Reference in New Issue
Block a user