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: add missing .nojekyll file creation in CI/CD workflow
- Add explicit .nojekyll file creation before each GitHub Pages deployment
- Fix "no such file or directory: build/.*" error in peaceiris/actions-gh-pages
- Ensure Jekyll is properly disabled for all deployments
- Add CNAME creation for smalruby.app deployment
This resolves the CI error where the deployment action was trying to copy
hidden files that didn't exist in the build directory.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments