From 82199b80315259d634cca0e001a5c461fdb74b4a Mon Sep 17 00:00:00 2001 From: Rares Vanca Date: Mon, 20 May 2024 11:43:12 +0300 Subject: [PATCH] Fix url related issue --- .github/workflows/deploy.yml | 2 +- polybius-web/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 256494e..5362feb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: run: npx tailwindcss init - name: Build release - run: trunk build --release + run: trunk build --release --public-url polybius/ working-directory: ./polybius-web - name: Configure GitHub Pages diff --git a/polybius-web/index.html b/polybius-web/index.html index f4bdb37..0d195cd 100644 --- a/polybius-web/index.html +++ b/polybius-web/index.html @@ -2,6 +2,7 @@ + Polybius