Skip to content

Add CI/CD pipeline: HTML validation + GitHub Pages deployment#2

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/create-cicd-pipeline
Draft

Add CI/CD pipeline: HTML validation + GitHub Pages deployment#2
Copilot wants to merge 2 commits intomainfrom
copilot/create-cicd-pipeline

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 21, 2026

No CI/CD pipeline existed for the static site — no automated validation or deployment on code changes.

Changes

GitHub Actions workflows

  • .github/workflows/ci.yml — runs html-validate on all HTML files on push/PR to main; scoped to contents: read permissions
  • .github/workflows/deploy.yml — deploys to GitHub Pages via official Actions on push to main; supports workflow_dispatch

HTML validation config

  • .htmlvalidate.json — extends html-validate:recommended, disabling cosmetic/inapplicable rules (no-trailing-whitespace, long-title, no-raw-characters, wcag/h30, tel-non-breaking, no-inline-style, text-content, no-implicit-button-type) while preserving structural checks

HTML fixes (required to pass unrecognized-char-ref rule)

  • Replaced bare Q&AQ&A in portfolio/shef-lms.html, services/ai-chatbots.html, services/generative-ai.html
Original prompt

I am trying to create a cicd liple line for my project shef-lms wht is the error


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Abhi1727 <203427552+Abhi1727@users.noreply.github.com>
Copilot AI changed the title [WIP] Add CI/CD pipeline for shef-lms project Add CI/CD pipeline: HTML validation + GitHub Pages deployment Feb 21, 2026
Copilot AI requested a review from Abhi1727 February 21, 2026 05:27
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.

2 participants