Update .gitea/workflows/deploy.yml
Deploy Package / Explore-Gitea-Actions (push) Successful in 5s Details

This commit is contained in:
Carneiro 2024-09-09 20:23:00 -03:00
parent 61d9ebc00a
commit e68853dfe1
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ jobs:
git clone --depth=1 https://git.alice.ufsj.edu.br/${{ gitea.repository }}
echo "Removing .git dir..."
rm -rf ./${{ github.event.repository.name }}/{.git,.gitea}
echo rm -rf ./${{ github.event.repository.name }}/{.git,.gitea}
rm -rf ./${{ github.event.repository.name }}/.git ./${{ github.event.repository.name }}/.gitea
ls -la ./${{ github.event.repository.name }}
echo "Building package..."