mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
3.5.7 Dependencies
This commit is contained in:
parent
6546ddbc26
commit
d29845fc03
13
lib/lib.js
13
lib/lib.js
@ -25,14 +25,15 @@ function run(configuration) {
|
|||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
let status = constants_1.Status.RUNNING;
|
let status = constants_1.Status.RUNNING;
|
||||||
try {
|
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
|
✈️ Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages
|
||||||
❓ FAQ/Wiki: https://github.com/JamesIves/github-pages-deploy-action/wiki
|
❓ FAQ/Wiki: https://github.com/JamesIves/github-pages-deploy-action/wiki
|
||||||
🔧 Support: https://github.com/JamesIves/github-pages-deploy-action/issues
|
🔧 Support: https://github.com/JamesIves/github-pages-deploy-action/issues
|
||||||
⭐ Contribute: https://github.com/JamesIves/github-pages-deploy-action/blob/dev/CONTRIBUTING.md
|
⭐ Contribute: https://github.com/JamesIves/github-pages-deploy-action/blob/dev/CONTRIBUTING.md
|
||||||
|
|
||||||
Maintained by James Ives (https://jamesiv.es)`);
|
Maintained by James Ives (https://jamesiv.es)`);
|
||||||
core_1.info('Checking configuration and starting deployment… 🚦');
|
core_1.info('Checking configuration and starting deployment… 🚦');
|
||||||
const settings = Object.assign(Object.assign({}, constants_1.action), configuration);
|
const settings = Object.assign(Object.assign({}, constants_1.action), configuration);
|
||||||
// Defines the repository paths and token types.
|
// Defines the repository paths and token types.
|
||||||
|
13
src/lib.ts
13
src/lib.ts
@ -13,14 +13,15 @@ export default async function run(
|
|||||||
let status: Status = Status.RUNNING
|
let status: Status = Status.RUNNING
|
||||||
|
|
||||||
try {
|
try {
|
||||||
info(`GitHub Pages Deploy Action 🚀
|
info(`
|
||||||
|
GitHub Pages Deploy Action 🚀
|
||||||
|
|
||||||
✈️ Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages
|
✈️ Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages
|
||||||
❓ FAQ/Wiki: https://github.com/JamesIves/github-pages-deploy-action/wiki
|
❓ FAQ/Wiki: https://github.com/JamesIves/github-pages-deploy-action/wiki
|
||||||
🔧 Support: https://github.com/JamesIves/github-pages-deploy-action/issues
|
🔧 Support: https://github.com/JamesIves/github-pages-deploy-action/issues
|
||||||
⭐ Contribute: https://github.com/JamesIves/github-pages-deploy-action/blob/dev/CONTRIBUTING.md
|
⭐ Contribute: https://github.com/JamesIves/github-pages-deploy-action/blob/dev/CONTRIBUTING.md
|
||||||
|
|
||||||
Maintained by James Ives (https://jamesiv.es)`)
|
Maintained by James Ives (https://jamesiv.es)`)
|
||||||
|
|
||||||
info('Checking configuration and starting deployment… 🚦')
|
info('Checking configuration and starting deployment… 🚦')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user