Skip to content

Fix GitHub Pages 404 by adding Jekyll build step#19

Merged
erwei-xilinx merged 1 commit into
mainfrom
fix-dashboard-jekyll-build
Mar 12, 2026
Merged

Fix GitHub Pages 404 by adding Jekyll build step#19
erwei-xilinx merged 1 commit into
mainfrom
fix-dashboard-jekyll-build

Conversation

@erwei-xilinx

Copy link
Copy Markdown
Collaborator

Summary

  • The dashboard workflow was uploading raw markdown as a Pages artifact, but actions/upload-pages-artifact expects pre-built static content — resulting in a 404 at https://amd.github.io/Triton-XDNA/
  • Adds actions/jekyll-build-pages@v1 to render index.md with the Cayman theme into _site/ before uploading

Test plan

🤖 Generated with Claude Code

@erwei-xilinx erwei-xilinx merged commit d8186c4 into main Mar 12, 2026
8 of 9 checks passed
@erwei-xilinx erwei-xilinx deleted the fix-dashboard-jekyll-build branch March 12, 2026 03:51
The previous workflow uploaded raw markdown directly as a Pages artifact,
but actions/upload-pages-artifact expects pre-built static content. Add
actions/jekyll-build-pages to render index.md with the Cayman theme
before uploading.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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