Compare commits

..

2 Commits

Author SHA1 Message Date
9cd3a84c81 Merge pull request 'Update .gitea/workflows/deploy-lectures.yml' (#13) from deploy-fix into main
All checks were successful
Deploy Lecture site / build (push) Successful in 3s
Reviewed-on: #13
2024-12-24 10:58:26 +00:00
d9959e9a4d Update .gitea/workflows/deploy-lectures.yml
fix path in remove command
2024-12-24 10:58:01 +00:00

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 \