From 1bafd5fc12cea84a6160d64ed7b4e1eb85342552 Mon Sep 17 00:00:00 2001 From: Rexogamer Date: Mon, 3 Feb 2025 16:34:58 +0000 Subject: [PATCH] fix: tweak paths with sed --- .github/workflows/build-web.yml | 2 ++ index.html | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index b10e895..2e32846 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -41,6 +41,8 @@ jobs: run: yarn web-release - name: Set up Pages uses: actions/configure-pages@v5 + - name: Fix paths in index.html + run: sed -i -E 's/\/assets/\.\/assets/gm;t' dist/web/index.html - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: diff --git a/index.html b/index.html index 0f6573b..657f53d 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@ Clerotri Beta -