mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-28 17:21:37 +00:00
bug: remove extraneous logging
This commit is contained in:
1
index.js
1
index.js
@@ -10,7 +10,6 @@ async function doDeploy () {
|
|||||||
const distDir = path.join(process.cwd(), core.getInput('distDir'))
|
const distDir = path.join(process.cwd(), core.getInput('distDir'))
|
||||||
const cleanup = JSON.parse(core.getInput('cleanup'))
|
const cleanup = JSON.parse(core.getInput('cleanup'))
|
||||||
assert(typeof cleanup === 'boolean', 'Cleanup input must be a boolean "true" or "false"')
|
assert(typeof cleanup === 'boolean', 'Cleanup input must be a boolean "true" or "false"')
|
||||||
console.log(typeof cleanup)
|
|
||||||
|
|
||||||
const client = new Neocities(token)
|
const client = new Neocities(token)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user