Skip to content

Commit

Permalink
chore: adds text: "Uploading via git, please wait"
Browse files Browse the repository at this point in the history
fixes #78
  • Loading branch information
JohannesHoppe committed Dec 23, 2019
1 parent 9809439 commit f9bcf1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/engine/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ async function publishViaGhPages(
return;
}

logger.info(
'👨‍🚀 Uploading via git, please wait...'
);

// do NOT (!!) await ghPages.publish,
// the promise is implemented in such a way that it always succeeds – even on errors!
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit f9bcf1c

Please sign in to comment.