Skip to content

Commit 1be1989

Browse files
fix workflow maybe
1 parent e09f455 commit 1be1989

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
@@ -75,9 +75,9 @@ jobs:
7575
HARPER_PREVIEW_USERNAME: ${{ secrets.HARPER_PREVIEW_USERNAME }}
7676
HARPER_PREVIEW_PASSWORD: ${{ secrets.HARPER_PREVIEW_PASSWORD }}
7777
run: |
78-
cd "$PR_DIR"
78+
cd "pr-${{ github.event.pull_request.number }}"
7979
# Add your additional arguments here
80-
npx harper deploy \
80+
harper deploy \
8181
target=$HARPER_PREVIEW_TARGET \
8282
username=$HARPER_PREVIEW_USERNAME \
8383
password=$HARPER_PREVIEW_PASSWORD \

0 commit comments

Comments
 (0)