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:
parent
a99202412c
commit
1e21fc242b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user