From 9e4fd4290f63a891f2aacc199877654e14308e32 Mon Sep 17 00:00:00 2001 From: sHa Date: Mon, 28 Apr 2025 02:35:43 +0300 Subject: [PATCH] fix: Refactor Pages artifact preparation to ensure build files are organized in a dedicated directory --- .github/workflows/gh-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index cda7607..210108d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -30,7 +30,8 @@ jobs: - name: Prepare Pages artifact run: | - cp -r public/build ./gh-pages-artifact/ + mkdir -p ./gh-pages-artifact/build + cp public/build/* ./gh-pages-artifact/build/ cp public/index.html ./gh-pages-artifact/ cp public/global.css ./gh-pages-artifact/ cp -r public/data ./gh-pages-artifact/