From c7a35591643450911272931b90ccd31a87a56397 Mon Sep 17 00:00:00 2001 From: melMass Date: Tue, 7 Nov 2023 15:59:13 +0100 Subject: [PATCH] =?UTF-8?q?ci=20=F0=9F=A4=96:=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index c873e2b08..e30278c7e 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -60,7 +60,7 @@ jobs: - name: ⚙️ Install and Build run: | - echo "GH_BASE_URL="/teia-ui/previews/pr-${{ github.event.pull_request.number }}/" >> $GITHUB_ENV + echo "GH_BASE_URL=/teia-ui/previews/pr-${{ github.event.pull_request.number }}/" >> $GITHUB_ENV npm ci npm run build