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 e09f455 commit 1be1989Copy full SHA for 1be1989
.github/workflows/pr-preview.yaml
@@ -75,9 +75,9 @@ jobs:
75
HARPER_PREVIEW_USERNAME: ${{ secrets.HARPER_PREVIEW_USERNAME }}
76
HARPER_PREVIEW_PASSWORD: ${{ secrets.HARPER_PREVIEW_PASSWORD }}
77
run: |
78
- cd "$PR_DIR"
+ cd "pr-${{ github.event.pull_request.number }}"
79
# Add your additional arguments here
80
- npx harper deploy \
+ harper deploy \
81
target=$HARPER_PREVIEW_TARGET \
82
username=$HARPER_PREVIEW_USERNAME \
83
password=$HARPER_PREVIEW_PASSWORD \
0 commit comments