Compare commits

...

3 Commits

Author SHA1 Message Date
6acdfa32b2 Merge pull request 'add .gitea folder to remove routine' (#14) from deploy-fix into main
All checks were successful
Deploy Lecture site / build (push) Successful in 3s
Reviewed-on: #14
2024-12-24 15:31:27 +00:00
9ad2e29ef4 Merge branch 'main' into deploy-fix 2024-12-24 15:31:02 +00:00
f52a890a7b add .gitea folder to remove routine 2024-12-24 16:25:54 +01:00

View File

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