Build and Deploy Verso / deploy (push) Successful in 8m13s
The standalone-HTML export produced a non-self-contained file (no slide CSS/JS, math or images when opened away from the server) because Quarto's --metadata/-M flag uses KEY:VALUE (colon), not KEY=VALUE. '-M embed-resources=true' silently registered a bogus key and left embed-resources unset. Switch to colon syntax and also embed MathJax (self-contained-math:true) so equations render offline. For the slide PDF, add --disable-dev-shm-usage (the usual cause of Chromium crashing inside a container with a small /dev/shm), and have the export controller return the compile log as text/plain on failure so a failed PDF export shows the real decktape/Chromium error instead of an HTML page the browser saves as 'pdf.htm'. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>