Update deploy.yml

This commit is contained in:
Lucàs
2025-07-14 01:10:50 +02:00
committed by GitHub
parent e0a3bd23c3
commit 5974171b7c
+1 -4
View File
@@ -46,10 +46,7 @@ jobs:
- name: Commit README.md to main
run: |
if git diff --quiet README.md; then
echo "No changes to README.md"
else
git add README.md
git commit -m "chore(readme): update after build [CI]"
git push origin main
fi