rebase fix

This commit is contained in:
Kjeld Schouten
2025-10-09 16:04:37 +02:00
parent 5bddbb6751
commit b2a25317cd

View File

@@ -264,7 +264,8 @@ jobs:
cd website
git config user.name "TrueForge-Bot"
git config user.email "bot@trueforge.org
# Ensure we rebase in case there are changes from other sources in-between
git pull --rebase origin main
git add .
git diff-index --quiet HEAD || git commit -m "Update website with latest charts and docs"
git push origin main