Skip to content

Fix deploy workflow failure by removing stale FrontEnd docs link#2

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-deploy-job-failure
Draft

Fix deploy workflow failure by removing stale FrontEnd docs link#2
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-deploy-job-failure

Conversation

Copy link
Copy Markdown

Copilot AI commented May 26, 2026

The deploy GitHub Actions job failed during Docusaurus build because website/docs/frontend.mdx referenced a non-existent route (/docs/frontend/uicoding). This PR removes the stale link so the docs build can complete in CI.

  • Root cause

    • frontend.mdx linked to ./frontend/uicoding, but no corresponding docs path exists.
  • Change

    • Updated website/docs/frontend.mdx to keep only valid track links under FrontEnd.
  • Snippet

- [jsfunction](./frontend/jsfunction)
- [uicoding](./frontend/uicoding)
+ [jsfunction](./frontend/jsfunction)

Copilot AI changed the title [WIP] Fix failing GitHub Actions job deploy Fix deploy workflow failure by removing stale FrontEnd docs link May 26, 2026
Copilot finished work on behalf of lelea2 May 26, 2026 15:30
Copilot AI requested a review from lelea2 May 26, 2026 15:30
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