Skip to content

Commit

Permalink
Fix CI attempt 5445654
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhincore committed Jan 16, 2025
1 parent ba6cea4 commit 23ae62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23ae62b

Please sign in to comment.