You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? `🌐 [Download HTML](${baseUrl}/${htmlArtifact.id}) _(unzip and open \`index.html\` locally)_`
59
-
: '🌐 HTML artifact unavailable';
60
50
61
-
const body = `📖 **Quarto render succeeded!**\n\n${pdfLine}\n${htmlLine}\n\n> _Updated on every push to this PR. Links expire after 14 days._`;
51
+
const body = artifact
52
+
? `📖 **Quarto render succeeded!**\n\n📦 [Download rendered book](${baseUrl}/${artifact.id}) _(contains HTML site + PDF; unzip and open \`index.html\` locally)_\n\n> _Updated on every push to this PR. Links expire after 14 days._`
0 commit comments