-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
GitHub Pages Deployment
Description
Implement GitHub Pages deployment for the UOR Content Management Client repository. This will allow the frontend application to be deployed to GitHub Pages for easy access and testing.
Requirements
- Configure Next.js for static export
- Create GitHub Actions workflow for GitHub Pages deployment
- Ensure the deployment passes strict linting and type checking
- Implement the deployment using Stone's role-based development approach
Implementation Details
- Update
next.config.mjsto support static export - Update
package.jsonscripts for static export - Create
.github/workflows/pages.ymlfor GitHub Pages deployment - Follow Stone's role-based development approach with PM, QA, Feature, Auditor, and Actions roles
Acceptance Criteria
- The frontend application is successfully built and deployed to GitHub Pages
- The deployment is automated through GitHub Actions
- The deployment is triggered on push to the main branch
- The deployment is also manually triggerable through workflow dispatch
- The implementation follows Stone's role-based development approach
Metadata
Metadata
Assignees
Labels
No labels