Skip to content

Commit 5c51eda

Browse files
try again
1 parent 1be1989 commit 5c51eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
run: |
7878
cd "pr-${{ github.event.pull_request.number }}"
7979
# Add your additional arguments here
80-
harper deploy \
81-
target=$HARPER_PREVIEW_TARGET \
80+
npx harper deploy \
81+
target=${HARPER_PREVIEW_TARGET}:9925 \
8282
username=$HARPER_PREVIEW_USERNAME \
8383
password=$HARPER_PREVIEW_PASSWORD \
8484
project=pr-${{ github.event.pull_request.number }} \

0 commit comments

Comments
 (0)