Skip to content

Conversation

@Mohammadkh19
Copy link

This pull request implements a complete CI/CD pipeline using GitHub Actions.

The CI stage runs on push and pull requests and includes:

  • Dependency installation
  • Linting
  • Formatting checks (Prettier)
  • Automated tests
  • Build process
  • Artifact generation

A CD stage is configured to deploy a demo site to GitHub Pages on pushes to the main branch.
The pipeline was fully tested and verified on my personal GitHub repository.

Due to permission restrictions, deployment does not run on the course repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant