Skip to content

Add .nojekyll fixes for GitHub Pages Blazor deployment#363

Merged
mattleibow merged 2 commits intomainfrom
copilot/copy-nojekyll-fixes-from-357
Feb 26, 2026
Merged

Add .nojekyll fixes for GitHub Pages Blazor deployment#363
mattleibow merged 2 commits intomainfrom
copilot/copy-nojekyll-fixes-from-357

Conversation

Copy link
Contributor

Copilot AI commented Feb 26, 2026

GitHub Pages' default Jekyll processing strips directories starting with _ (like _framework/), breaking Blazor WASM apps. Extracted from #357.

  • docs-deploy.yml build job: Add .nojekyll to docs/_site/ so the artifact includes it
  • docs-deploy.yml staging deploy: Create .nojekyll at gh-pages root and include in git add
  • docs-deploy-fork-pr.yml staging deploy: Same fix for fork PR deployments

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

…tory

GitHub Pages uses Jekyll by default which strips directories starting with
underscore (like _framework). A .nojekyll file disables this behavior,
which is required for Blazor WASM apps to load correctly.

Changes copied from PR #357:
- docs-deploy.yml: touch docs/_site/.nojekyll in build step
- docs-deploy.yml: touch .nojekyll + git add in staging deploy
- docs-deploy-fork-pr.yml: touch .nojekyll + git add in staging deploy

Co-authored-by: mattleibow <1096616+mattleibow@users.noreply.github.com>
Copilot AI changed the title [WIP] Copy nojekyll fixes from pull request 357 Add .nojekyll fixes for GitHub Pages Blazor deployment Feb 26, 2026
@mattleibow mattleibow requested a review from Copilot February 26, 2026 02:09
@mattleibow mattleibow marked this pull request as ready for review February 26, 2026 02:10
github-actions bot pushed a commit that referenced this pull request Feb 26, 2026
@mattleibow mattleibow merged commit c9bde7e into main Feb 26, 2026
4 of 5 checks passed
@mattleibow mattleibow deleted the copilot/copy-nojekyll-fixes-from-357 branch February 26, 2026 02:15
github-actions bot pushed a commit that referenced this pull request Feb 26, 2026
Copilot AI review requested due to automatic review settings March 23, 2026 23:23
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