Compare commits

...

2 Commits

Author SHA1 Message Date
03fe2d7ab9 Merge pull request 'try remove .git folder after checkout' (#12) from deploy-fix into main
Some checks failed
Deploy Lecture site / build (push) Failing after 3s
Reviewed-on: #12
2024-12-24 10:56:46 +00:00
492797e5e8 try remove .git folder after checkout 2024-12-24 11:56:00 +01:00

View File

@ -25,11 +25,9 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
path: ./tmp path: ./tmp
sparse-checkout: | - name: --- REMOVE TEMPORARY FILES ---
/* run: |
!.git rm -r .git
!.gitea
sparse-checkout-cone-mode: false
- name: --- NOTIFY --- - name: --- NOTIFY ---
run: | run: |
curl \ curl \