From 0abe3351f3c4dcbc20216470b7e1e7e5befe790d Mon Sep 17 00:00:00 2001 From: sck_0 Date: Sat, 7 Mar 2026 12:35:51 +0100 Subject: [PATCH] =?UTF-8?q?fix(pages):=20keep=20assets=20at=20artifact=20r?= =?UTF-8?q?oot=20=E2=80=94=20project=20site=20serves=20root=20at=20.../rep?= =?UTF-8?q?o-name/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pages.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 7d3872df..7fee4177 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -45,13 +45,9 @@ jobs: env: VITE_BASE_PATH: /${{ github.event.repository.name }}/ - - name: Prepare artifact for Pages (base path = /repo-name/) + - name: Prepare artifact (404 + .nojekyll) run: | cd apps/web-app/dist - mkdir -p antigravity-awesome-skills - for f in *; do - [ "$f" != "index.html" ] && [ "$f" != "antigravity-awesome-skills" ] && mv "$f" antigravity-awesome-skills/ || true - done cp index.html 404.html touch .nojekyll