Skip to content

Commit

Permalink
fix preview URL
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Jun 16, 2023
1 parent bc9f440 commit 7cdaadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
PREVIEW_URL: 'https://github.com/{{ github.repository }}-{{ github.job }}-pr-{{ github.event.number }}.surge.sh'
PREVIEW_URL: 'https://{{ github.repository_owner }}-{{ github.event.repository.name }}-{{ github.job }}-pr-{{ github.event.number }}.surge.sh'
PRODUCTION_URL: 'https://tutorial.xarray.dev/'

jobs:
Expand Down

0 comments on commit 7cdaadc

Please sign in to comment.