Skip to content

Commit 6742599

Browse files
committed
Fix preview action
1 parent b07a208 commit 6742599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build
2929
uses: ./.github/actions/build
3030
with:
31-
base-url: $BASE_URL
31+
base-url: ${{ env.BASE_URL }}
3232

3333
- name: Deploy preview
3434
uses: rossjrw/pr-preview-action@v1

0 commit comments

Comments
 (0)