Skip to main content

Epic 5, Story 9, Task 06: Docusaurus deployment and hosting (FR-070)

Task ID: E5:S09:T06
Status: ✅ COMPLETE
Priority: MEDIUM
Estimated Effort: Medium
Created: 2026-03-30
Last updated: 2026-03-30 (v0.5.9.6+1 — FR-070 GitHub Pages deploy workflow + docs)
Code: E5S09T06

Feature Request: FR-070 – Deployment and hosting


Summary

Implement FR-070: GitHub Pages hosting aligned with url / baseUrl, automated deploy via Actions, root README link, rollback/secrets documentation.


Input

  • FR-070
  • E5:S09:T03T05 outcomes

Deliverable


Acceptance Criteria

  • Per FR-070 ACs; AC2 E2E: green Docusaurus deploy to GitHub Pages on main after release; AC1 URL reachable once Pages is enabled.

Specification (executable — FR-070)

IDSourceStatement
S1R01 / AC1Canonical URL https://earlution.github.io/ai-dev-kit/ documented in portal/README.md.
S2R02portal/docusaurus.config.js url + baseUrl match GitHub Pages project site.
S3R03 / AC2.github/workflows/docusaurus-deploy.yml: npm ci, npm run build, publish portal/build to gh-pages.
S4R04 / AC3Root README.md links to live site.
S5NF01Workflow uses ${{ secrets.GITHUB_TOKEN }} only; README names permissions—no PAT in git.
S6NF02Rollback subsection in portal/README.md.
S7IntegrationBuild steps run before peaceiris/actions-gh-pages in the same job.

Tests: tests/test_portal_fr070_deployment.py


Version Anchor

Forensic marker: ✅ COMPLETE (v0.5.9.6+1)RW E5:S09:T06.


Evidence


Dependencies

  • E5:S09:T03T05 strongly recommended (green build + CI).