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