mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-24 11:59:25 +00:00
fix: add debug
This commit is contained in:
parent
6edc4c9764
commit
fb54d6af4d
@ -25,6 +25,7 @@ export async function copyAssets(
|
||||
): Promise<void> {
|
||||
const copyOpts = {recursive: true, force: false};
|
||||
const files = fs.readdirSync(publishDir);
|
||||
core.debug(`${files}`);
|
||||
for await (const file of files) {
|
||||
if (file.endsWith('.git') || file.endsWith('.github')) {
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user