mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-03-02 13:40:37 +00:00
fix: copy dotfiles (#521)
Close #520 Related to: - pr: #512 - #507 #509 - #390 - #324 - #103
This commit is contained in:
parent
66acd31e22
commit
95792e1c0f
@ -51,7 +51,7 @@ export async function copyAssets(
|
|||||||
}
|
}
|
||||||
|
|
||||||
core.info(`[INFO] copy ${publishDir} to ${destDir}`);
|
core.info(`[INFO] copy ${publishDir} to ${destDir}`);
|
||||||
cp('-RfL', [`${publishDir}/*`], destDir);
|
cp('-RfL', [`${publishDir}/*`, `${publishDir}/.*`], destDir);
|
||||||
|
|
||||||
await deleteExcludedAssets(destDir, excludeAssets);
|
await deleteExcludedAssets(destDir, excludeAssets);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user