1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Chore: Website CI: Do not commit after making changes (#11360)

This commit is contained in:
Henry Heino 2024-11-09 04:46:03 -08:00 committed by GitHub
parent a99202412c
commit 1e21fc242b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,12 +93,6 @@ else
exit 1
fi
# Note: Do not commit changes to the website -- website updates are handled by the CI
# script.
cd "$JOPLIN_WEBSITE_ROOT_DIR"
git add -A
git commit -m "Updated website
Auto-updated using $SCRIPT_NAME" || true
git pull --rebase
git push