From ec7a6ef5d91e3e64503fdd4b05df293a1e2864e1 Mon Sep 17 00:00:00 2001 From: sHa Date: Mon, 28 Apr 2025 02:30:55 +0300 Subject: [PATCH] fix: Update Pages artifact preparation to place build files directly in the artifact directory --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4b9ba5e..cda7607 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -30,7 +30,7 @@ jobs: - name: Prepare Pages artifact run: | - cp -r public/build ./gh-pages-artifact/build/ + cp -r public/build ./gh-pages-artifact/ cp public/index.html ./gh-pages-artifact/ cp public/global.css ./gh-pages-artifact/ cp -r public/data ./gh-pages-artifact/