Skip to content

Commit

Permalink
ci: 🚀 clean up console log for fixOrCopy
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Oct 3, 2023
1 parent f333b17 commit 27ba2c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ const fixOrCopy = async (
await cp(sourceFile, targetFile, { recursive: true, });

if (exts.includes(ext)) {
console.log('fixOrCopy', sourceFile, targetFile, ext, replacer[ext])
console.log('fix', sourceFile, targetFile, ext)
// console.log('fixOrCopy replacer', replacer[ext])

let data = await readFile(sourceFile, 'utf-8');

Expand Down

0 comments on commit 27ba2c9

Please sign in to comment.