examples not rendering? #36
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I'm seeing that, too. If you open up browser developer tools, it seems that this file is giving 404 error: |
Beta Was this translation helpful? Give feedback.
-
Didn't quite get time to fully chase this up, but I'm tracking it in #37 — it looks like some difference in the GHA environment that means the JS bundles aren't getting create properly. I'll have a good look through the logs later to see what's happening! |
Beta Was this translation helpful? Give feedback.
-
Think I've gotten to the bottom of it: the GitHub Action that deploys the website was using a fixed version of Quarto, which I forgot to update for v2. Version 2 of quarto-svelte uses a project metadata extension, which wasn't added until Quarto v1.5.46 (the GHA was using an earlier 1.5 release). Actions are being updated to run on the latest release version, with the check action also using prerelease to hopefully give me an early indication of problems with new releases! The site won't actually be updated until I merge these updates into main, which I'll do in the next day or two for a bug release of quarto-svelte :) |
Beta Was this translation helpful? Give feedback.
Think I've gotten to the bottom of it: the GitHub Action that deploys the website was using a fixed version of Quarto, which I forgot to update for v2. Version 2 of quarto-svelte uses a project metadata extension, which wasn't added until Quarto v1.5.46 (the GHA was using an earlier 1.5 release).
Actions are being updated to run on the latest release version, with the check action also using prerelease to hopefully give me an early indication of problems with new releases!
The site won't actually be updated until I merge these updates into main, which I'll do in the next day or two for a bug release of quarto-svelte :)