mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
10 lines
402 B
JavaScript
10 lines
402 B
JavaScript
|
"use strict";
|
||
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||
|
};
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
const constants_1 = require("./constants");
|
||
|
const lib_1 = __importDefault(require("./lib"));
|
||
|
// Runs the action within the GitHub actions environment.
|
||
|
lib_1.default(constants_1.action);
|