3.5.7 Dependencies

This commit is contained in:
James Ives 2020-07-04 15:47:14 -04:00
parent 6546ddbc26
commit d29845fc03
2 changed files with 14 additions and 12 deletions

View File

@ -25,7 +25,8 @@ function run(configuration) {
return __awaiter(this, void 0, void 0, function* () {
let status = constants_1.Status.RUNNING;
try {
core_1.info(`GitHub Pages Deploy Action 🚀
core_1.info(`
GitHub Pages Deploy Action 🚀
Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages
FAQ/Wiki: https://github.com/JamesIves/github-pages-deploy-action/wiki

View File

@ -13,7 +13,8 @@ export default async function run(
let status: Status = Status.RUNNING
try {
info(`GitHub Pages Deploy Action 🚀
info(`
GitHub Pages Deploy Action 🚀
Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages
FAQ/Wiki: https://github.com/JamesIves/github-pages-deploy-action/wiki