Skip to content

Commit

Permalink
Fix CI attempt 5445655
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhincore committed Jan 16, 2025
1 parent 23ae62b commit b03eb1d
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: "${{ vars.ORIGIN }}"
PUBLIC_IMAGE_URL_PREFIX: "${{ vars.PUBLIC_IMAGE_URL_PREFIX }}"
run: pnpm build

- name: Upload Artifacts
Expand Down

0 comments on commit b03eb1d

Please sign in to comment.