From 2db5d343bef30674657e0c536830d05906211c4e Mon Sep 17 00:00:00 2001 From: Harrel Date: Wed, 13 Sep 2023 21:06:08 +0200 Subject: [PATCH] try fixing fork GH deployment (cherry picked from commit 4dbce3f1b33290ef2905ae269bf2989d07983b4d) --- .github/workflows/build-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index 56489f16e..73fad959c 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -40,7 +40,7 @@ jobs: run: pnpm install --dir frontend --frozen-lockfile --strict-peer-dependencies - name: Build the UI - run: pnpm run --dir frontend build -- --base=${{ vars.BOWTIE_BASE_URL || '/bowtie' }} + run: pnpm run --dir frontend build --base=${{ vars.BOWTIE_BASE_URL || '/bowtie' }} - uses: actions/upload-artifact@v3 with: