Skip to content

Fix GitHub Actions docs build by correcting broken docs references and sitemap hostname#1

Closed
Copilot wants to merge 4 commits into
masterfrom
copilot/fix-failing-github-actions-job
Closed

Fix GitHub Actions docs build by correcting broken docs references and sitemap hostname#1
Copilot wants to merge 4 commits into
masterfrom
copilot/fix-failing-github-actions-job

Conversation

Copilot AI commented Jun 21, 2026

Copy link
Copy Markdown

The build job failed during VitePress bundling due to unresolved documentation references, then surfaced additional config/link issues that still blocked a successful site build. This PR corrects those blockers in docs content and VitePress config.

  • Asset path resolution

    • Updated docs/finalizing-setup.md to use the correct public asset path format for popups.png.
  • Dead-link cleanup in setup guide

    • Removed two broken updating-electrode links in docs/guide/sd-preparation.md.
    • Replaced them with actionable support guidance (Discord) to avoid unresolved internal links.
  • Sitemap URL normalization

    • Updated VitePress sitemap hostname in docs/.vitepress/config.mjs to a valid absolute URL.
- ![Electrode popups](assets/img/guide/popups.png)
+ ![Electrode popups](/assets/img/guide/popups.png)

- sitemap: { hostname: 'guide.samtendo.net' }
+ sitemap: { hostname: 'https://guide.samtendo.net' }

Copilot AI changed the title [WIP] Fix failing GitHub Actions job build Fix GitHub Actions docs build by correcting broken docs references and sitemap hostname Jun 21, 2026
Copilot AI requested a review from sam51210 June 21, 2026 13:23
@sam51210

Copy link
Copy Markdown
Member

No.

@sam51210 sam51210 closed this Jun 21, 2026
@sam51210 sam51210 deleted the copilot/fix-failing-github-actions-job branch June 21, 2026 13:26
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