actions-learning-pathway
actions-learning-pathway copied to clipboard
Setup CI/CD for automatic deployment
This issue tracks the setup of the CI/CD pipeline for automatic deployment to GitHub Pages. The following has been done:
- Created a GitHub Actions workflow to build, test, and deploy the application.
- The workflow is triggered on push to the main branch.
- The application is deployed to GitHub Pages.
- The README.md has been updated to reflect the changes.
- A ROADMAP.md has been created to outline future plans.