From 6f6bb2661a12d5db5d7df62962d1d28403a02860 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 24 Jul 2020 21:33:08 +0900 Subject: [PATCH] fix: set full path of publishing assets (#413) 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