Commit 4da7047
Add .nojekyll fixes to prevent Jekyll from stripping _framework directory
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>1 parent 07c2b11 commit 4da7047
2 files changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | | - | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
| |||
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
182 | 189 | | |
183 | 190 | | |
184 | | - | |
| 191 | + | |
185 | 192 | | |
186 | 193 | | |
187 | 194 | | |
| |||
0 commit comments