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
- Remove redundant CNAME creation (L113) as peaceiris/actions-gh-pages
handles it with cname parameter
- Simplify "Rebuild for smalruby3-gui GitHub Pages" step to only run
postbuild.mjs instead of full npm run build
- Simplify "Rebuild for branch GitHub Pages" step to only run
postbuild.mjs instead of full npm run build
- Remove unnecessary NODE_OPTIONS and NODE_ENV environment variables
from rebuild steps
These changes eliminate duplicate build processes and improve workflow
efficiency since the initial webpack build already completed before
these rebuild steps.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments