This commit is contained in:
carlospolop
2025-10-04 01:36:08 +02:00
parent abb82f5a11
commit 005de3a0e1
2 changed files with 5 additions and 5 deletions

View File

@@ -95,8 +95,8 @@ jobs:
TIMESTAMP=$(date -u +"%Y-%m-%d %H:%M:%S UTC")
git commit -m "Update searchindex files - ${TIMESTAMP}" --allow-empty
# Force push to replace main branch (deletes history, keeps all files)
git push -f origin new-main:main
# Force push to replace master branch (deletes history, keeps all files)
git push -f origin new-main:master
echo "Successfully reset repository history and pushed all searchindex files"