- Remove git commits of generated docs/ folder
- Use actions/upload-pages-artifact and actions/deploy-pages for direct GH Pages deployment
- Update .gitignore to exclude generated /docs/ directory
- Change permissions to use pages:write and id-token:write
Previously used /TUIKit (without trailing slash) which didn't work.
Now using TUIKit as the base path which correctly generates:
- var baseUrl = "/TUIKit/"
- All asset paths with /TUIKit/ prefix
- CSS, JS, and data files loading correctly
Generated DocC documentation with xcrun docc convert:
- Main landing page and navigation
- 8 comprehensive guide articles
- 3 step-by-step tutorials
- Ready for GitHub Pages deployment from /docs folder
GitHub Pages should now be configured to deploy from main branch, /docs folder.