Closed gschivley closed 9 months ago
We just fixed an issue that might have caused this in 1.5.9. Can you confirm that it goes away in 1.5.10?
We just found an issue that was related to itables which only appears in the latest version (released just a couple of days ago). The fix didn't quite make 1.5.10, but it should be in 1.5.11 which should be available within a few minutes.
I've also observed some differences in formatting between Quarto and itable 1.6.4 and 1.7.0 but I haven't yet gotten to the bottom of that. If you see things any notes would be helpful as I try to track it down. Thanks and sorry for the issue!
Thanks, the notebooks are rendering with 1.5.12 and a few issues I noticed on 1.5.11 seem to have been fixed. Love having this as a way to automatically build new dashboards as new data are pushed to the repo :)
I've been using Quarto to create dashboards for a project. The GH action runs on every push, rendering a series of .qmd files to notebooks and then publishing the dashboards to a blog. This has worked amazingly well for several months, but the action started hanging today. An action that normally takes 12 min has been running for 3 hours with no progress after [ 2/13].
I can't see anything that would have caused this to happen. Things that I've checked out:
quarto publish
on my local machine using Quarto 1.5.6 and publish with updated data to GitHub pages. Using that version in the GH action rather than "pre-release" didn't work.Any help would be appreciated!