From 1ae5d2452b0ef70ef3ab32336aad9900cc9422f1 Mon Sep 17 00:00:00 2001 From: Mingzi Date: Wed, 29 Jun 2022 10:16:32 -0700 Subject: [PATCH] Update src/deployment.js Co-authored-by: Yoann Chaudet --- src/deployment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deployment.js b/src/deployment.js index b3d85b4..783bbfb 100644 --- a/src/deployment.js +++ b/src/deployment.js @@ -91,7 +91,7 @@ class Deployment { errorMessage += `Ensure GitHub Pages has been enabled.` } else if (error.response.status >= 500) { - errorMessage += `Pages server error, please re-run deployment later.` + errorMessage += `Server error, is githubstatus.com reporting a Pages outage? Please re-run the deployment at a later time.` } throw errorMessage } else {