You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: simplify deploy-gh-pages.sh retry and force-add PUBLISH_DIR entries
Replace the overcomplicated retry loop (re-fetch/re-checkout/re-copy/
re-commit on each attempt with 27s/133s sleep delays) with a simpler
pull-before-push approach: fetch once, copy once, commit once, then
on push failure just git pull --rebase and retry the push.
Replace git add -A with git add --force of only PUBLISH_DIR entries.
This bypasses potential .gitignore interference and prevents staging
unrelated changes.
Add diagnostic logging of PUBLISH_DIR contents before deploy to catch
build-vs-deploy mismatches (e.g. main/ vs pr-<number>/).
RHDHBUGS-3005
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments