diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 0d1ab10..8950b17 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: "${{ env.ORIGIN }}" + PUBLIC_IMAGE_URL_PREFIX: "${{ env.PUBLIC_IMAGE_URL_PREFIX }}" run: pnpm build - name: Upload Artifacts