From b03eb1d880426f1f7eaf290b2b8e400997a6aab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=BDingor?= Date: Thu, 16 Jan 2025 11:22:51 +0100 Subject: [PATCH] Fix CI attempt 5445655 --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 8950b17..1ff513e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -45,8 +45,8 @@ jobs: - name: build env: # BASE_PATH: "/${{ github.event.repository.name }}" # Not used because we have custom domain - ORIGIN: "${{ env.ORIGIN }}" - PUBLIC_IMAGE_URL_PREFIX: "${{ env.PUBLIC_IMAGE_URL_PREFIX }}" + ORIGIN: "${{ vars.ORIGIN }}" + PUBLIC_IMAGE_URL_PREFIX: "${{ vars.PUBLIC_IMAGE_URL_PREFIX }}" run: pnpm build - name: Upload Artifacts