Update build-and-push.yml

This commit is contained in:
Lost Paul 2025-02-24 12:04:54 +01:00 committed by GitHub
parent d4f7050351
commit 9c8760ef7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ jobs:
cd folder-overview
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add main.js styles.css
git add -f main.js styles.css
if git diff --cached --quiet; then
echo "No changes to commit."
else