try remove .git folder after checkout #12

Merged
schallbert merged 1 commits from deploy-fix into main 2024-12-24 10:56:46 +00:00
Showing only changes of commit 492797e5e8 - Show all commits

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 \