We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be1989 commit 5c51edaCopy full SHA for 5c51eda
.github/workflows/pr-preview.yaml
@@ -77,8 +77,8 @@ jobs:
77
run: |
78
cd "pr-${{ github.event.pull_request.number }}"
79
# Add your additional arguments here
80
- harper deploy \
81
- target=$HARPER_PREVIEW_TARGET \
+ npx harper deploy \
+ target=${HARPER_PREVIEW_TARGET}:9925 \
82
username=$HARPER_PREVIEW_USERNAME \
83
password=$HARPER_PREVIEW_PASSWORD \
84
project=pr-${{ github.event.pull_request.number }} \
0 commit comments