mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Deploy Production Code for Commit 22bc971733
🚀
This commit is contained in:
parent
22bc971733
commit
a8cc638e4f
@ -182,6 +182,7 @@ function deploy(action) {
|
|||||||
(0, core_1.info)('Updates were rejected');
|
(0, core_1.info)('Updates were rejected');
|
||||||
// If the push failed for any reason other than being rejected,
|
// If the push failed for any reason other than being rejected,
|
||||||
// there is a problem
|
// there is a problem
|
||||||
|
console.log('THE LOG---', pushResult.stderr);
|
||||||
if (!rejected && pushResult.stderr)
|
if (!rejected && pushResult.stderr)
|
||||||
throw new Error(pushResult.stderr);
|
throw new Error(pushResult.stderr);
|
||||||
} while (rejected);
|
} while (rejected);
|
||||||
|
Loading…
Reference in New Issue
Block a user