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: use direct git push instead of peaceiris action to avoid file truncation
The peaceiris/actions-gh-pages action was truncating all JS files to 1,398 bytes.
Switched to a simple git init + git push approach which should preserve
file integrity.
0 commit comments