mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-02-23 10:18:23 +00:00
fix: copy force
This commit is contained in:
parent
fb54d6af4d
commit
848165cf9f
@ -23,7 +23,7 @@ export async function copyAssets(
|
||||
publishDir: string,
|
||||
workDir: string
|
||||
): Promise<void> {
|
||||
const copyOpts = {recursive: true, force: false};
|
||||
const copyOpts = {recursive: true, force: true};
|
||||
const files = fs.readdirSync(publishDir);
|
||||
core.debug(`${files}`);
|
||||
for await (const file of files) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user