mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 10:47:28 +01:00
config: enhance tsconfig.json (#44)
* config: enhance tsconfig.json (Set sourceMap and removeComments to true) * gha: Add pull_request trigger, close #43 * config: Add waring emoji
This commit is contained in:
@@ -36,7 +36,6 @@ function installer(version) {
|
||||
const hugoPath = `${process.env.HOME}/bin`;
|
||||
yield io.mkdirP(hugoPath);
|
||||
core.addPath(hugoPath);
|
||||
// Download and extract Hugo binary
|
||||
const hugoAssets = yield tc.downloadTool(hugoURL);
|
||||
let hugoBin = '';
|
||||
if (osName === 'Windows') {
|
||||
@@ -55,3 +54,4 @@ function installer(version) {
|
||||
});
|
||||
}
|
||||
exports.default = installer;
|
||||
//# sourceMappingURL=installer.js.map
|
||||
Reference in New Issue
Block a user