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
This commit is contained in:
schallbert 2024-12-24 10:56:46 +00:00
commit 03fe2d7ab9

View File

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