diff --git a/misc/actions/pinouts-push-to-pages.sh b/misc/actions/pinouts-push-to-pages.sh index 4344886dee..db2834fc35 100755 --- a/misc/actions/pinouts-push-to-pages.sh +++ b/misc/actions/pinouts-push-to-pages.sh @@ -4,7 +4,7 @@ rm -rf workarea mkdir workarea git clone https://github.com/rusefi/rusefi.github.io.git workarea/pages -mv pinouts/ workarea/pages/ +mv -u pinouts/ workarea/pages/ cd workarea/pages/ git add * git status