From 531178087c7ad74179de02efaa98e1a1b391a582 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Fri, 24 Jul 2020 21:22:12 +0900 Subject: [PATCH] fix: set full path of publishing assets https://github.com/peaceiris/actions-gh-pages/issues/410#issuecomment-663507581 --- src/git-utils.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/git-utils.ts b/src/git-utils.ts index 8b6816d50..7f2ffd90a 100644 --- a/src/git-utils.ts +++ b/src/git-utils.ts @@ -20,8 +20,9 @@ export async function copyAssets(publishDir: string, destDir: string): Promise