Skip to content

Commit f9bcf1c

Browse files
committed
chore: adds text: "Uploading via git, please wait"
fixes #78
1 parent 9809439 commit f9bcf1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/engine/engine.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ async function publishViaGhPages(
215215
return;
216216
}
217217

218+
logger.info(
219+
'👨‍🚀 Uploading via git, please wait...'
220+
);
221+
218222
// do NOT (!!) await ghPages.publish,
219223
// the promise is implemented in such a way that it always succeeds – even on errors!
220224
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)