|
161 | 161 | "url": "https://api.github.com/users/justinmk", |
162 | 162 | "user_view_type": "public" |
163 | 163 | } |
| 164 | + }, |
| 165 | + { |
| 166 | + "author_association": "MEMBER", |
| 167 | + "body": "You are probably aware, but https://neovim.io/.well-known/atproto-did still returns 404 (just from Neovim's template now). I am trying to look into it, but it is hard to debug without knowing which GitHub Pages config is currently in use. The file is indeed served locally, but not on GitHub Pages.\n\nThe solution here seems to be to put a `.nojekyll` file in the root of the served site. The `gh-pages` branch [does contain it at the moment](https://github.com/neovim/neovim.github.io/tree/gh-pages), but I also notice that it is not up to date with `main` branch. Commits are five hours older and it says \"serving 12837fc1032cc46fa2c6d73e1179b6644a0d9acc\".\n\nThis makes me think that deployment is not done from `gh-pages` now, which I think is the most straightforward way to handle this. Otherwise, there needs to be a step in deployment ensuring that there is a '.nojekyll' file, which I don't know how to debug.", |
| 168 | + "created_at": "2025-11-25T13:50:59Z", |
| 169 | + "html_url": "https://github.com/neovim/neovim.github.io/issues/397#issuecomment-3575759046", |
| 170 | + "id": 3575759046, |
| 171 | + "issue_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/397", |
| 172 | + "node_id": "IC_kwDOAQSZx87VIcDG", |
| 173 | + "performed_via_github_app": null, |
| 174 | + "reactions": { |
| 175 | + "+1": 0, |
| 176 | + "-1": 0, |
| 177 | + "confused": 0, |
| 178 | + "eyes": 0, |
| 179 | + "heart": 0, |
| 180 | + "hooray": 0, |
| 181 | + "laugh": 0, |
| 182 | + "rocket": 0, |
| 183 | + "total_count": 0, |
| 184 | + "url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/3575759046/reactions" |
| 185 | + }, |
| 186 | + "updated_at": "2025-11-25T13:58:24Z", |
| 187 | + "url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/3575759046", |
| 188 | + "user": { |
| 189 | + "avatar_url": "https://avatars.githubusercontent.com/u/24854248?v=4", |
| 190 | + "events_url": "https://api.github.com/users/echasnovski/events{/privacy}", |
| 191 | + "followers_url": "https://api.github.com/users/echasnovski/followers", |
| 192 | + "following_url": "https://api.github.com/users/echasnovski/following{/other_user}", |
| 193 | + "gists_url": "https://api.github.com/users/echasnovski/gists{/gist_id}", |
| 194 | + "gravatar_id": "", |
| 195 | + "html_url": "https://github.com/echasnovski", |
| 196 | + "id": 24854248, |
| 197 | + "login": "echasnovski", |
| 198 | + "node_id": "MDQ6VXNlcjI0ODU0MjQ4", |
| 199 | + "organizations_url": "https://api.github.com/users/echasnovski/orgs", |
| 200 | + "received_events_url": "https://api.github.com/users/echasnovski/received_events", |
| 201 | + "repos_url": "https://api.github.com/users/echasnovski/repos", |
| 202 | + "site_admin": false, |
| 203 | + "starred_url": "https://api.github.com/users/echasnovski/starred{/owner}{/repo}", |
| 204 | + "subscriptions_url": "https://api.github.com/users/echasnovski/subscriptions", |
| 205 | + "type": "User", |
| 206 | + "url": "https://api.github.com/users/echasnovski", |
| 207 | + "user_view_type": "public" |
| 208 | + } |
| 209 | + }, |
| 210 | + { |
| 211 | + "author_association": "MEMBER", |
| 212 | + "body": "Aha, I see now. Could you try applying the following patch:\n\n```diff\ndiff --git a/.github/actions/build-site/action.yaml b/.github/actions/build-site/action.yaml\nindex 4b2586c..563a55c 100644\n--- a/.github/actions/build-site/action.yaml\n+++ b/.github/actions/build-site/action.yaml\n@@ -20,4 +20,7 @@ runs:\n HUGO_ENV: production\n run: |\n hugo --gc --minify --baseURL \"$BASE_URL\"\n-\n+ - name: Add nojekyll\n+ shell: bash\n+ run: |\n+ touch public/.nojekyll\n```\n\nIt also looks like ['build.yml' workflow](https://github.com/neovim/neovim.github.io/blob/master/.github/workflows/build.yaml) is not needed.", |
| 213 | + "created_at": "2025-11-25T14:04:33Z", |
| 214 | + "html_url": "https://github.com/neovim/neovim.github.io/issues/397#issuecomment-3575814150", |
| 215 | + "id": 3575814150, |
| 216 | + "issue_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/397", |
| 217 | + "node_id": "IC_kwDOAQSZx87VIpgG", |
| 218 | + "performed_via_github_app": null, |
| 219 | + "reactions": { |
| 220 | + "+1": 0, |
| 221 | + "-1": 0, |
| 222 | + "confused": 0, |
| 223 | + "eyes": 0, |
| 224 | + "heart": 0, |
| 225 | + "hooray": 0, |
| 226 | + "laugh": 0, |
| 227 | + "rocket": 0, |
| 228 | + "total_count": 0, |
| 229 | + "url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/3575814150/reactions" |
| 230 | + }, |
| 231 | + "updated_at": "2025-11-25T14:04:33Z", |
| 232 | + "url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/3575814150", |
| 233 | + "user": { |
| 234 | + "avatar_url": "https://avatars.githubusercontent.com/u/24854248?v=4", |
| 235 | + "events_url": "https://api.github.com/users/echasnovski/events{/privacy}", |
| 236 | + "followers_url": "https://api.github.com/users/echasnovski/followers", |
| 237 | + "following_url": "https://api.github.com/users/echasnovski/following{/other_user}", |
| 238 | + "gists_url": "https://api.github.com/users/echasnovski/gists{/gist_id}", |
| 239 | + "gravatar_id": "", |
| 240 | + "html_url": "https://github.com/echasnovski", |
| 241 | + "id": 24854248, |
| 242 | + "login": "echasnovski", |
| 243 | + "node_id": "MDQ6VXNlcjI0ODU0MjQ4", |
| 244 | + "organizations_url": "https://api.github.com/users/echasnovski/orgs", |
| 245 | + "received_events_url": "https://api.github.com/users/echasnovski/received_events", |
| 246 | + "repos_url": "https://api.github.com/users/echasnovski/repos", |
| 247 | + "site_admin": false, |
| 248 | + "starred_url": "https://api.github.com/users/echasnovski/starred{/owner}{/repo}", |
| 249 | + "subscriptions_url": "https://api.github.com/users/echasnovski/subscriptions", |
| 250 | + "type": "User", |
| 251 | + "url": "https://api.github.com/users/echasnovski", |
| 252 | + "user_view_type": "public" |
| 253 | + } |
| 254 | + }, |
| 255 | + { |
| 256 | + "author_association": "MEMBER", |
| 257 | + "body": "@echasnovski I created the TXT record. Looks like https://bsky.app/profile/neovim.io is working now.\n\n> The solution here seems to be to put a `.nojekyll` file ...\n> This makes me think that deployment is not done from `gh-pages` now,\n\nIt was, or was attempted, and I tried all different kinds of settings, but it didn't work.\n\n\n> It also looks like ['build.yml' workflow](https://github.com/neovim/neovim.github.io/blob/master/.github/workflows/build.yaml) is not needed.\n\nThat's just a sanity check for pull requests.\n\n", |
| 258 | + "created_at": "2025-11-25T16:41:35Z", |
| 259 | + "html_url": "https://github.com/neovim/neovim.github.io/issues/397#issuecomment-3576561624", |
| 260 | + "id": 3576561624, |
| 261 | + "issue_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/397", |
| 262 | + "node_id": "IC_kwDOAQSZx87VLf_Y", |
| 263 | + "performed_via_github_app": null, |
| 264 | + "reactions": { |
| 265 | + "+1": 0, |
| 266 | + "-1": 0, |
| 267 | + "confused": 0, |
| 268 | + "eyes": 0, |
| 269 | + "heart": 0, |
| 270 | + "hooray": 0, |
| 271 | + "laugh": 0, |
| 272 | + "rocket": 0, |
| 273 | + "total_count": 0, |
| 274 | + "url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/3576561624/reactions" |
| 275 | + }, |
| 276 | + "updated_at": "2025-11-25T16:42:37Z", |
| 277 | + "url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/3576561624", |
| 278 | + "user": { |
| 279 | + "avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4", |
| 280 | + "events_url": "https://api.github.com/users/justinmk/events{/privacy}", |
| 281 | + "followers_url": "https://api.github.com/users/justinmk/followers", |
| 282 | + "following_url": "https://api.github.com/users/justinmk/following{/other_user}", |
| 283 | + "gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}", |
| 284 | + "gravatar_id": "", |
| 285 | + "html_url": "https://github.com/justinmk", |
| 286 | + "id": 1359421, |
| 287 | + "login": "justinmk", |
| 288 | + "node_id": "MDQ6VXNlcjEzNTk0MjE=", |
| 289 | + "organizations_url": "https://api.github.com/users/justinmk/orgs", |
| 290 | + "received_events_url": "https://api.github.com/users/justinmk/received_events", |
| 291 | + "repos_url": "https://api.github.com/users/justinmk/repos", |
| 292 | + "site_admin": false, |
| 293 | + "starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}", |
| 294 | + "subscriptions_url": "https://api.github.com/users/justinmk/subscriptions", |
| 295 | + "type": "User", |
| 296 | + "url": "https://api.github.com/users/justinmk", |
| 297 | + "user_view_type": "public" |
| 298 | + } |
| 299 | + }, |
| 300 | + { |
| 301 | + "author_association": "MEMBER", |
| 302 | + "body": "> It was, or was attempted, and I tried all different kinds of settings, but it didn't work.\n\nI am pretty sure that [this patch](https://github.com/neovim/neovim.github.io/issues/397#issuecomment-3575814150) would have fixed it.\n\n> [@echasnovski](https://github.com/echasnovski) I created the TXT record. Looks like https://bsky.app/profile/neovim.io is working now.\n\nVerified the domain and there is no \"Invalid handle\" now. Thank you for taking a look 🙏", |
| 303 | + "created_at": "2025-11-25T16:47:32Z", |
| 304 | + "html_url": "https://github.com/neovim/neovim.github.io/issues/397#issuecomment-3576587345", |
| 305 | + "id": 3576587345, |
| 306 | + "issue_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/397", |
| 307 | + "node_id": "IC_kwDOAQSZx87VLmRR", |
| 308 | + "performed_via_github_app": null, |
| 309 | + "reactions": { |
| 310 | + "+1": 0, |
| 311 | + "-1": 0, |
| 312 | + "confused": 0, |
| 313 | + "eyes": 0, |
| 314 | + "heart": 0, |
| 315 | + "hooray": 0, |
| 316 | + "laugh": 0, |
| 317 | + "rocket": 0, |
| 318 | + "total_count": 0, |
| 319 | + "url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/3576587345/reactions" |
| 320 | + }, |
| 321 | + "updated_at": "2025-11-25T16:47:42Z", |
| 322 | + "url": "https://api.github.com/repos/neovim/neovim.github.io/issues/comments/3576587345", |
| 323 | + "user": { |
| 324 | + "avatar_url": "https://avatars.githubusercontent.com/u/24854248?v=4", |
| 325 | + "events_url": "https://api.github.com/users/echasnovski/events{/privacy}", |
| 326 | + "followers_url": "https://api.github.com/users/echasnovski/followers", |
| 327 | + "following_url": "https://api.github.com/users/echasnovski/following{/other_user}", |
| 328 | + "gists_url": "https://api.github.com/users/echasnovski/gists{/gist_id}", |
| 329 | + "gravatar_id": "", |
| 330 | + "html_url": "https://github.com/echasnovski", |
| 331 | + "id": 24854248, |
| 332 | + "login": "echasnovski", |
| 333 | + "node_id": "MDQ6VXNlcjI0ODU0MjQ4", |
| 334 | + "organizations_url": "https://api.github.com/users/echasnovski/orgs", |
| 335 | + "received_events_url": "https://api.github.com/users/echasnovski/received_events", |
| 336 | + "repos_url": "https://api.github.com/users/echasnovski/repos", |
| 337 | + "site_admin": false, |
| 338 | + "starred_url": "https://api.github.com/users/echasnovski/starred{/owner}{/repo}", |
| 339 | + "subscriptions_url": "https://api.github.com/users/echasnovski/subscriptions", |
| 340 | + "type": "User", |
| 341 | + "url": "https://api.github.com/users/echasnovski", |
| 342 | + "user_view_type": "public" |
| 343 | + } |
164 | 344 | } |
165 | 345 | ], |
166 | | - "comments": 3, |
| 346 | + "comments": 7, |
167 | 347 | "comments_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/397/comments", |
168 | 348 | "created_at": "2025-11-24T03:41:13Z", |
169 | 349 | "events_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/397/events", |
|
215 | 395 | "timeline_url": "https://api.github.com/repos/neovim/neovim.github.io/issues/397/timeline", |
216 | 396 | "title": ".well-known/atproto-did returns 404", |
217 | 397 | "type": null, |
218 | | - "updated_at": "2025-11-25T01:30:13Z", |
| 398 | + "updated_at": "2025-11-25T16:47:42Z", |
219 | 399 | "url": "https://api.github.com/repos/neovim/neovim.github.io/issues/397", |
220 | 400 | "user": { |
221 | 401 | "avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4", |
|
0 commit comments