Skip to content

Commit 9c590be

Browse files
committed
Setup GitHub Pages deployment
1 parent 0ada348 commit 9c590be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

npm/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ async function enablePages() {
284284

285285
try {
286286
const url = exec(`gh api repos/${repo}/pages --jq .html_url`, true).trim();
287-
console.log(`${c.gray(s.line)} ${c.green(s.arrow)} Live URL: ${c.cyan(c.bold(url))}`);
287+
console.log(`${c.gray(s.line)} ${c.green(s.arrow)} Live URL: ${c.cyan(c.bold(url))}\n└`);
288288
} catch {
289289
info('Site URL will be available shortly');
290290
}

0 commit comments

Comments
 (0)