mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-07 05:28:45 -04:00
fixed yet again another issue in the script
This commit is contained in:
parent
942849a15c
commit
c12f7b325f
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ cp -R dist/. ../docs/
|
|||
git add ../docs
|
||||
|
||||
# Commit if changed
|
||||
if git diff --quiet; then
|
||||
if git diff --cached --quiet; then
|
||||
echo "✅ No changes to commit in docs/. Skipping commit."
|
||||
else
|
||||
echo "📝 Committing docs update..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue